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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.ArtifactCredentialInfo
getCredentialInfo()
The ArtifactCredentialInfo object for the logged model artifactsDatabricksArtifacts.ArtifactCredentialInfoOrBuilder
getCredentialInfoOrBuilder()
The ArtifactCredentialInfo object for the logged model artifactsjava.lang.String
getModelId()
The ID of the MLflow logged model containing the artifact that can be accessed with the credentialcom.google.protobuf.ByteString
getModelIdBytes()
The ID of the MLflow logged model containing the artifact that can be accessed with the credentialboolean
hasCredentialInfo()
The ArtifactCredentialInfo object for the logged model artifactsboolean
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.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.
-
getCredentialInfoOrBuilder
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfoOrBuilder()
The ArtifactCredentialInfo object for the logged model artifacts
optional .mlflow.ArtifactCredentialInfo credential_info = 2;
-
-