Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.CreateMultipartUploadOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.CreateMultipartUpload,- DatabricksArtifacts.CreateMultipartUpload.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.CreateMultipartUploadOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumParts()Number of file parts (chunks of data) to upload in the initiated multipart uploadjava.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 IDbooleanhasNumParts()Number of file parts (chunks of data) to upload in the initiated multipart uploadbooleanhasPath()Artifact path, relative to the Run's artifact root location (e.g.booleanhasRunId()Run ID- 
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.
 
 - 
hasNumPartsboolean hasNumParts() Number of file parts (chunks of data) to upload in the initiated multipart upload optional int64 num_parts = 3 [(.mlflow.validate_required) = true];- Returns:
- Whether the numParts field is set.
 
 - 
getNumPartslong getNumParts() Number of file parts (chunks of data) to upload in the initiated multipart upload optional int64 num_parts = 3 [(.mlflow.validate_required) = true];- Returns:
- The numParts.
 
 
- 
 
-