Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetPresignedUploadPartUrl.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabricksArtifacts.GetPresignedUploadPartUrl.Response
,DatabricksArtifacts.GetPresignedUploadPartUrl.Response.Builder
- Enclosing class:
DatabricksArtifacts.GetPresignedUploadPartUrl
public static interface DatabricksArtifacts.GetPresignedUploadPartUrl.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCredential for uploading the partCredential for uploading the partboolean
Credential for uploading the partMethods 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
-
hasUploadCredentialInfo
boolean hasUploadCredentialInfo()Credential for uploading the part
optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
- Returns:
- Whether the uploadCredentialInfo field is set.
-
getUploadCredentialInfo
DatabricksArtifacts.ArtifactCredentialInfo getUploadCredentialInfo()Credential for uploading the part
optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
- Returns:
- The uploadCredentialInfo.
-
getUploadCredentialInfoOrBuilder
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getUploadCredentialInfoOrBuilder()Credential for uploading the part
optional .mlflow.ArtifactCredentialInfo upload_credential_info = 1;
-