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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.ArtifactCredentialInfogetUploadCredentialInfo()Credential for uploading the partDatabricksArtifacts.ArtifactCredentialInfoOrBuildergetUploadCredentialInfoOrBuilder()Credential for uploading the partbooleanhasUploadCredentialInfo()Credential for uploading the part- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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; 
 - 
 
 -