Package com.databricks.api.proto.mlflow
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 TypeMethodDescriptionThe ArtifactCredentialInfo object for the logged model artifactsThe ArtifactCredentialInfo object for the logged model artifactsThe ID of the MLflow logged model containing the artifact that can be accessed with the credentialcom.google.protobuf.ByteString
The ID of the MLflow logged model containing the artifact that can be accessed with the credentialboolean
The ArtifactCredentialInfo object for the logged model artifactsboolean
The ID of the MLflow logged model containing the artifact that can be accessed with the credentialMethods 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
DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfo()The ArtifactCredentialInfo object for the logged model artifacts
optional .mlflow.ArtifactCredentialInfo credential_info = 2;
- Returns:
- The credentialInfo.
-
getCredentialInfoOrBuilder
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfoOrBuilder()The ArtifactCredentialInfo object for the logged model artifacts
optional .mlflow.ArtifactCredentialInfo credential_info = 2;
-