Interface DatabricksArtifacts.CompleteMultipartUploadOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DatabricksArtifacts.PartEtag getPartEtags​(int index)
      A list of file parts uploaded in the multipart upload to complete
      int getPartEtagsCount()
      A list of file parts uploaded in the multipart upload to complete
      java.util.List<DatabricksArtifacts.PartEtag> getPartEtagsList()
      A list of file parts uploaded in the multipart upload to complete
      DatabricksArtifacts.PartEtagOrBuilder getPartEtagsOrBuilder​(int index)
      A list of file parts uploaded in the multipart upload to complete
      java.util.List<? extends DatabricksArtifacts.PartEtagOrBuilder> getPartEtagsOrBuilderList()
      A list of file parts uploaded in the multipart upload to complete
      java.lang.String getPath()
      Artifact path, relative to the Run's artifact root location (e.g.
      com.google.protobuf.ByteString getPathBytes()
      Artifact path, relative to the Run's artifact root location (e.g.
      java.lang.String getRunId()
      Run ID
      com.google.protobuf.ByteString getRunIdBytes()
      Run ID
      java.lang.String getUploadId()
      ID identifying the multipart upload to complete
      com.google.protobuf.ByteString getUploadIdBytes()
      ID identifying the multipart upload to complete
      boolean hasPath()
      Artifact path, relative to the Run's artifact root location (e.g.
      boolean hasRunId()
      Run ID
      boolean hasUploadId()
      ID identifying the multipart upload to complete
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRunId

        boolean hasRunId()
         Run ID
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the runId field is set.
      • getRunId

        java.lang.String getRunId()
         Run ID
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The runId.
      • getRunIdBytes

        com.google.protobuf.ByteString getRunIdBytes()
         Run ID
         
        optional string run_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for runId.
      • hasPath

        boolean hasPath()
         Artifact path, relative to the Run's artifact root location (e.g. "path/to/file")
         
        optional string path = 2;
        Returns:
        Whether the path field is set.
      • getPath

        java.lang.String getPath()
         Artifact path, relative to the Run's artifact root location (e.g. "path/to/file")
         
        optional string path = 2;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Artifact path, relative to the Run's artifact root location (e.g. "path/to/file")
         
        optional string path = 2;
        Returns:
        The bytes for path.
      • hasUploadId

        boolean hasUploadId()
         ID identifying the multipart upload to complete
         
        optional string upload_id = 3 [(.mlflow.validate_required) = true];
        Returns:
        Whether the uploadId field is set.
      • getUploadId

        java.lang.String getUploadId()
         ID identifying the multipart upload to complete
         
        optional string upload_id = 3 [(.mlflow.validate_required) = true];
        Returns:
        The uploadId.
      • getUploadIdBytes

        com.google.protobuf.ByteString getUploadIdBytes()
         ID identifying the multipart upload to complete
         
        optional string upload_id = 3 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for uploadId.
      • getPartEtagsList

        java.util.List<DatabricksArtifacts.PartEtag> getPartEtagsList()
         A list of file parts uploaded in the multipart upload to complete
         
        repeated .mlflow.PartEtag part_etags = 4;
      • getPartEtags

        DatabricksArtifacts.PartEtag getPartEtags​(int index)
         A list of file parts uploaded in the multipart upload to complete
         
        repeated .mlflow.PartEtag part_etags = 4;
      • getPartEtagsCount

        int getPartEtagsCount()
         A list of file parts uploaded in the multipart upload to complete
         
        repeated .mlflow.PartEtag part_etags = 4;
      • getPartEtagsOrBuilderList

        java.util.List<? extends DatabricksArtifacts.PartEtagOrBuilder> getPartEtagsOrBuilderList()
         A list of file parts uploaded in the multipart upload to complete
         
        repeated .mlflow.PartEtag part_etags = 4;
      • getPartEtagsOrBuilder

        DatabricksArtifacts.PartEtagOrBuilder getPartEtagsOrBuilder​(int index)
         A list of file parts uploaded in the multipart upload to complete
         
        repeated .mlflow.PartEtag part_etags = 4;