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 Summary
Modifier and TypeMethodDescriptionlong
Part numbergetPath()
Atifact path, relative to the Run's artifact root location (e.g.com.google.protobuf.ByteString
Atifact path, relative to the Run's artifact root location (e.g.getRunId()
Run IDcom.google.protobuf.ByteString
Run IDID identifying the multipart upload in which the part is uploadedcom.google.protobuf.ByteString
ID identifying the multipart upload in which the part is uploadedboolean
Part numberboolean
hasPath()
Atifact path, relative to the Run's artifact root location (e.g.boolean
hasRunId()
Run IDboolean
ID identifying the multipart upload in which the part is uploadedMethods 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 Details
-
hasRunId
boolean hasRunId()Run ID
optional string run_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- Whether the runId field is set.
-
getRunId
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()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.
-
getPath
String getPath()Atifact 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()Atifact 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 in which the part is uploaded
optional string upload_id = 3 [(.mlflow.validate_required) = true];
- Returns:
- Whether the uploadId field is set.
-
getUploadId
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.
-
getUploadIdBytes
com.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.
-
hasPartNumber
boolean hasPartNumber()Part number
optional int64 part_number = 4 [(.mlflow.validate_required) = true];
- Returns:
- Whether the partNumber field is set.
-
getPartNumber
long getPartNumber()Part number
optional int64 part_number = 4 [(.mlflow.validate_required) = true];
- Returns:
- The partNumber.
-