Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.CompleteMultipartUploadOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.CompleteMultipartUpload,- DatabricksArtifacts.CompleteMultipartUpload.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.CompleteMultipartUploadOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.PartEtaggetPartEtags(int index)A list of file parts uploaded in the multipart upload to completeintgetPartEtagsCount()A list of file parts uploaded in the multipart upload to completejava.util.List<DatabricksArtifacts.PartEtag>getPartEtagsList()A list of file parts uploaded in the multipart upload to completeDatabricksArtifacts.PartEtagOrBuildergetPartEtagsOrBuilder(int index)A list of file parts uploaded in the multipart upload to completejava.util.List<? extends DatabricksArtifacts.PartEtagOrBuilder>getPartEtagsOrBuilderList()A list of file parts uploaded in the multipart upload to completejava.lang.StringgetPath()Artifact path, relative to the Run's artifact root location (e.g.com.google.protobuf.ByteStringgetPathBytes()Artifact path, relative to the Run's artifact root location (e.g.java.lang.StringgetRunId()Run IDcom.google.protobuf.ByteStringgetRunIdBytes()Run IDjava.lang.StringgetUploadId()ID identifying the multipart upload to completecom.google.protobuf.ByteStringgetUploadIdBytes()ID identifying the multipart upload to completebooleanhasPath()Artifact path, relative to the Run's artifact root location (e.g.booleanhasRunId()Run IDbooleanhasUploadId()ID identifying the multipart upload to complete- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunIdboolean hasRunId() Run ID optional string run_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the runId field is set.
 
 - 
getRunIdjava.lang.String getRunId() Run ID optional string run_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The runId.
 
 - 
getRunIdBytescom.google.protobuf.ByteString getRunIdBytes() Run ID optional string run_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for runId.
 
 - 
hasPathboolean 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.
 
 - 
getPathjava.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.
 
 - 
getPathBytescom.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.
 
 - 
hasUploadIdboolean hasUploadId() ID identifying the multipart upload to complete optional string upload_id = 3 [(.mlflow.validate_required) = true];- Returns:
- Whether the uploadId field is set.
 
 - 
getUploadIdjava.lang.String getUploadId() ID identifying the multipart upload to complete optional string upload_id = 3 [(.mlflow.validate_required) = true];- Returns:
- The uploadId.
 
 - 
getUploadIdBytescom.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.
 
 - 
getPartEtagsListjava.util.List<DatabricksArtifacts.PartEtag> getPartEtagsList() A list of file parts uploaded in the multipart upload to complete repeated .mlflow.PartEtag part_etags = 4;
 - 
getPartEtagsDatabricksArtifacts.PartEtag getPartEtags(int index) A list of file parts uploaded in the multipart upload to complete repeated .mlflow.PartEtag part_etags = 4;
 - 
getPartEtagsCountint getPartEtagsCount() A list of file parts uploaded in the multipart upload to complete repeated .mlflow.PartEtag part_etags = 4;
 - 
getPartEtagsOrBuilderListjava.util.List<? extends DatabricksArtifacts.PartEtagOrBuilder> getPartEtagsOrBuilderList() A list of file parts uploaded in the multipart upload to complete repeated .mlflow.PartEtag part_etags = 4;
 - 
getPartEtagsOrBuilderDatabricksArtifacts.PartEtagOrBuilder getPartEtagsOrBuilder(int index) A list of file parts uploaded in the multipart upload to complete repeated .mlflow.PartEtag part_etags = 4;
 
- 
 
-