Interface DatabricksArtifacts.LoggedModelArtifactCredentialOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfo()
      The ArtifactCredentialInfo object for the logged model artifacts
      DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfoOrBuilder()
      The ArtifactCredentialInfo object for the logged model artifacts
      java.lang.String getModelId()
      The ID of the MLflow logged model containing the artifact that can be accessed with the credential
      com.google.protobuf.ByteString getModelIdBytes()
      The ID of the MLflow logged model containing the artifact that can be accessed with the credential
      boolean hasCredentialInfo()
      The ArtifactCredentialInfo object for the logged model artifacts
      boolean hasModelId()
      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 Detail

      • 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

        java.lang.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

        DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfo()
         The ArtifactCredentialInfo object for the logged model artifacts
         
        optional .mlflow.ArtifactCredentialInfo credential_info = 2;
        Returns:
        The credentialInfo.