Interface DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DatabricksArtifacts.LoggedModelArtifactCredential, DatabricksArtifacts.LoggedModelArtifactCredential.Builder
Enclosing class:
DatabricksArtifacts

public static interface DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ArtifactCredentialInfo object for the logged model artifacts
    The ArtifactCredentialInfo object for the logged model artifacts
    The ID of the MLflow logged model containing the artifact that can be accessed with the credential
    com.google.protobuf.ByteString
    The ID of the MLflow logged model containing the artifact that can be accessed with the credential
    boolean
    The ArtifactCredentialInfo object for the logged model artifacts
    boolean
    The ID of the MLflow logged model containing the artifact that can be accessed with the credential

    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

    • hasModelId

      boolean hasModelId()
       The ID of the MLflow logged model containing the artifact that can be accessed with the credential
       
      optional string model_id = 1;
      Returns:
      Whether the modelId field is set.
    • getModelId

      String getModelId()
       The ID of the MLflow logged model containing the artifact that can be accessed with the credential
       
      optional string model_id = 1;
      Returns:
      The modelId.
    • getModelIdBytes

      com.google.protobuf.ByteString getModelIdBytes()
       The ID of the MLflow logged model containing the artifact that can be accessed with the credential
       
      optional string model_id = 1;
      Returns:
      The bytes for modelId.
    • hasCredentialInfo

      boolean hasCredentialInfo()
       The ArtifactCredentialInfo object for the logged model artifacts
       
      optional .mlflow.ArtifactCredentialInfo credential_info = 2;
      Returns:
      Whether the credentialInfo field is set.
    • getCredentialInfo

       The ArtifactCredentialInfo object for the logged model artifacts
       
      optional .mlflow.ArtifactCredentialInfo credential_info = 2;
      Returns:
      The credentialInfo.
    • getCredentialInfoOrBuilder

       The ArtifactCredentialInfo object for the logged model artifacts
       
      optional .mlflow.ArtifactCredentialInfo credential_info = 2;