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 Summary

    Modifier and Type
    Method
    Description
    getHeaders(int index)
    A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`
    int
    A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`
    A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`
    A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`
    A collection of HTTP headers that should be specified when uploading to or downloading from the specified `signed_uri`
    The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential
    com.google.protobuf.ByteString
    The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential
    The ID of the MLflow Run containing the artifact that can be accessed with the credential
    com.google.protobuf.ByteString
    The ID of the MLflow Run containing the artifact that can be accessed with the credential
    The signed URI credential that provides access to the artifact
    com.google.protobuf.ByteString
    The signed URI credential that provides access to the artifact
    The type of the signed credential URI (e.g., an AWS presigned URL or an Azure Shared Access Signature URI)
    boolean
    The path, relative to the Run's artifact root location, of the artifact that can be accessed with the credential
    boolean
    The ID of the MLflow Run containing the artifact that can be accessed with the credential
    boolean
    The signed URI credential that provides access to the artifact
    boolean
    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.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()
       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.
    • getRunId

      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.
    • getRunIdBytes

      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;
      Returns:
      The bytes for runId.
    • hasPath

      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;
      Returns:
      Whether the path field is set.
    • getPath

      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.
    • getPathBytes

      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;
      Returns:
      The bytes for path.
    • hasSignedUri

      boolean hasSignedUri()
       The signed URI credential that provides access to the artifact
       
      optional string signed_uri = 3;
      Returns:
      Whether the signedUri field is set.
    • getSignedUri

      String getSignedUri()
       The signed URI credential that provides access to the artifact
       
      optional string signed_uri = 3;
      Returns:
      The signedUri.
    • getSignedUriBytes

      com.google.protobuf.ByteString getSignedUriBytes()
       The signed URI credential that provides access to the artifact
       
      optional string signed_uri = 3;
      Returns:
      The bytes for signedUri.
    • 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;
    • getHeaders

       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;
    • getHeadersCount

      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;
    • 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;
    • getHeadersOrBuilder

       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;
    • hasType

      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;
      Returns:
      Whether the type field is set.
    • 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.