public static interface DatabricksArtifacts.ArtifactCredentialInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatabricksArtifacts.ArtifactCredentialInfo.HttpHeader |
getHeaders(int index)
A collection of HTTP headers that should be specified when uploading to
or downloading from the specified `signed_uri`
|
int |
getHeadersCount()
A collection of HTTP headers that should be specified when uploading to
or downloading from the specified `signed_uri`
|
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.HttpHeaderOrBuilder |
getHeadersOrBuilder(int index)
A collection of HTTP headers that should be specified when uploading to
or downloading from the specified `signed_uri`
|
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`
|
String |
getPath()
The path, relative to the Run's artifact root location, of the artifact
that can be accessed with the credential
|
com.google.protobuf.ByteString |
getPathBytes()
The path, relative to the Run's artifact root location, of the artifact
that can be accessed with the credential
|
String |
getRunId()
The ID of the MLflow Run containing the artifact that can be accessed
with the credential
|
com.google.protobuf.ByteString |
getRunIdBytes()
The ID of the MLflow Run containing the artifact that can be accessed
with the credential
|
String |
getSignedUri()
The signed URI credential that provides access to the artifact
|
com.google.protobuf.ByteString |
getSignedUriBytes()
The signed URI credential that provides access to the artifact
|
DatabricksArtifacts.ArtifactCredentialType |
getType()
The type of the signed credential URI (e.g., an AWS presigned URL
or an Azure Shared Access Signature URI)
|
boolean |
hasPath()
The path, relative to the Run's artifact root location, of the artifact
that can be accessed with the credential
|
boolean |
hasRunId()
The ID of the MLflow Run containing the artifact that can be accessed
with the credential
|
boolean |
hasSignedUri()
The signed URI credential that provides access to the artifact
|
boolean |
hasType()
The type of the signed credential URI (e.g., an AWS presigned URL
or an Azure Shared Access Signature URI)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunId()
The ID of the MLflow Run containing the artifact that can be accessed with the credential
optional string run_id = 1;
String getRunId()
The ID of the MLflow Run containing the artifact that can be accessed with the credential
optional string run_id = 1;
com.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;
boolean 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;
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;
com.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;
boolean hasSignedUri()
The signed URI credential that provides access to the artifact
optional string signed_uri = 3;
String getSignedUri()
The signed URI credential that provides access to the artifact
optional string signed_uri = 3;
com.google.protobuf.ByteString getSignedUriBytes()
The signed URI credential that provides access to the artifact
optional string signed_uri = 3;
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;
DatabricksArtifacts.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;
int 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;
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;
DatabricksArtifacts.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;
boolean 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;
DatabricksArtifacts.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;
Copyright © 2021. All rights reserved.