Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetPresignedUploadPartUrlOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.GetPresignedUploadPartUrl,- DatabricksArtifacts.GetPresignedUploadPartUrl.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.GetPresignedUploadPartUrlOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetPartNumber()Part numberjava.lang.StringgetPath()Atifact path, relative to the Run's artifact root location (e.g.com.google.protobuf.ByteStringgetPathBytes()Atifact 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 in which the part is uploadedcom.google.protobuf.ByteStringgetUploadIdBytes()ID identifying the multipart upload in which the part is uploadedbooleanhasPartNumber()Part numberbooleanhasPath()Atifact path, relative to the Run's artifact root location (e.g.booleanhasRunId()Run IDbooleanhasUploadId()ID identifying the multipart upload in which the part is uploaded- 
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() Atifact 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() Atifact 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() Atifact 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 in which the part is uploaded 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 in which the part is uploaded optional string upload_id = 3 [(.mlflow.validate_required) = true];- Returns:
- The uploadId.
 
 - 
getUploadIdBytescom.google.protobuf.ByteString getUploadIdBytes() ID identifying the multipart upload in which the part is uploaded optional string upload_id = 3 [(.mlflow.validate_required) = true];- Returns:
- The bytes for uploadId.
 
 - 
hasPartNumberboolean hasPartNumber() Part number optional int64 part_number = 4 [(.mlflow.validate_required) = true];- Returns:
- Whether the partNumber field is set.
 
 - 
getPartNumberlong getPartNumber() Part number optional int64 part_number = 4 [(.mlflow.validate_required) = true];- Returns:
- The partNumber.
 
 
- 
 
-