Interface MlflowArtifacts.CompleteMultipartUploadOrBuilder

    • Method Detail

      • hasPath

        boolean hasPath()
        optional string path = 1;
        Returns:
        Whether the path field is set.
      • getPath

        java.lang.String getPath()
        optional string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        optional string path = 1;
        Returns:
        The bytes for path.
      • hasUploadId

        boolean hasUploadId()
        optional string upload_id = 2;
        Returns:
        Whether the uploadId field is set.
      • getUploadId

        java.lang.String getUploadId()
        optional string upload_id = 2;
        Returns:
        The uploadId.
      • getUploadIdBytes

        com.google.protobuf.ByteString getUploadIdBytes()
        optional string upload_id = 2;
        Returns:
        The bytes for uploadId.
      • getPartsCount

        int getPartsCount()
        repeated .mlflow.artifacts.MultipartUploadPart parts = 3;