Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.ArtifactCredentialInfoOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- DatabricksArtifacts.ArtifactCredentialInfo,- DatabricksArtifacts.ArtifactCredentialInfo.Builder
 - Enclosing class:
- DatabricksArtifacts
 
 public static interface DatabricksArtifacts.ArtifactCredentialInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.ArtifactCredentialInfo.HttpHeadergetHeaders(int index)A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`intgetHeadersCount()A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`java.util.List<DatabricksArtifacts.ArtifactCredentialInfo.HttpHeader>getHeadersList()A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`DatabricksArtifacts.ArtifactCredentialInfo.HttpHeaderOrBuildergetHeadersOrBuilder(int index)A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`java.util.List<? extends DatabricksArtifacts.ArtifactCredentialInfo.HttpHeaderOrBuilder>getHeadersOrBuilderList()A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`java.lang.StringgetPath()The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credentialcom.google.protobuf.ByteStringgetPathBytes()The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credentialjava.lang.StringgetRunId()The ID of the MLflow Run containing the artifact that can be accessed with the credentialcom.google.protobuf.ByteStringgetRunIdBytes()The ID of the MLflow Run containing the artifact that can be accessed with the credentialjava.lang.StringgetSignedUri()The signed URI credential that provides access to the artifactcom.google.protobuf.ByteStringgetSignedUriBytes()The signed URI credential that provides access to the artifactDatabricksArtifacts.ArtifactCredentialTypegetType()The type of the signed credential URI (e.g., an AWS presigned URL or an Azure Shared Access Signature URI)booleanhasPath()The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credentialbooleanhasRunId()The ID of the MLflow Run containing the artifact that can be accessed with the credentialbooleanhasSignedUri()The signed URI credential that provides access to the artifactbooleanhasType()The type of the signed credential URI (e.g., an AWS presigned URL or an Azure Shared Access Signature URI)- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunIdboolean hasRunId() The ID of the MLflow Run containing the artifact that can be accessed with the credential optional string run_id = 1;- Returns:
- Whether the runId field is set.
 
 - 
getRunIdjava.lang.String getRunId() The ID of the MLflow Run containing the artifact that can be accessed with the credential optional string run_id = 1;- Returns:
- The runId.
 
 - 
getRunIdBytescom.google.protobuf.ByteString getRunIdBytes() The ID of the MLflow Run containing the artifact that can be accessed with the credential optional string run_id = 1;- Returns:
- The bytes for runId.
 
 - 
hasPathboolean hasPath() The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential optional string path = 2;- Returns:
- Whether the path field is set.
 
 - 
getPathjava.lang.String getPath() The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential optional string path = 2;- Returns:
- The path.
 
 - 
getPathBytescom.google.protobuf.ByteString getPathBytes() The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential optional string path = 2;- Returns:
- The bytes for path.
 
 - 
hasSignedUriboolean hasSignedUri() The signed URI credential that provides access to the artifact optional string signed_uri = 3;- Returns:
- Whether the signedUri field is set.
 
 - 
getSignedUrijava.lang.String getSignedUri() The signed URI credential that provides access to the artifact optional string signed_uri = 3;- Returns:
- The signedUri.
 
 - 
getSignedUriBytescom.google.protobuf.ByteString getSignedUriBytes() The signed URI credential that provides access to the artifact optional string signed_uri = 3;- Returns:
- The bytes for signedUri.
 
 - 
getHeadersListjava.util.List<DatabricksArtifacts.ArtifactCredentialInfo.HttpHeader> getHeadersList() A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri` repeated .mlflow.ArtifactCredentialInfo.HttpHeader headers = 4;
 - 
getHeadersDatabricksArtifacts.ArtifactCredentialInfo.HttpHeader getHeaders(int index) A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri` repeated .mlflow.ArtifactCredentialInfo.HttpHeader headers = 4;
 - 
getHeadersCountint getHeadersCount() A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri` repeated .mlflow.ArtifactCredentialInfo.HttpHeader headers = 4;
 - 
getHeadersOrBuilderListjava.util.List<? extends DatabricksArtifacts.ArtifactCredentialInfo.HttpHeaderOrBuilder> getHeadersOrBuilderList() A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri` repeated .mlflow.ArtifactCredentialInfo.HttpHeader headers = 4;
 - 
getHeadersOrBuilderDatabricksArtifacts.ArtifactCredentialInfo.HttpHeaderOrBuilder getHeadersOrBuilder(int index) A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri` repeated .mlflow.ArtifactCredentialInfo.HttpHeader headers = 4;
 - 
hasTypeboolean hasType() The type of the signed credential URI (e.g., an AWS presigned URL or an Azure Shared Access Signature URI) optional .mlflow.ArtifactCredentialType type = 5;- Returns:
- Whether the type field is set.
 
 - 
getTypeDatabricksArtifacts.ArtifactCredentialType getType() The type of the signed credential URI (e.g., an AWS presigned URL or an Azure Shared Access Signature URI) optional .mlflow.ArtifactCredentialType type = 5;- Returns:
- The type.
 
 
- 
 
-