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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabricksArtifacts.ArtifactCredentialInfogetCredentialInfo()The ArtifactCredentialInfo object for the logged model artifactsDatabricksArtifacts.ArtifactCredentialInfoOrBuildergetCredentialInfoOrBuilder()The ArtifactCredentialInfo object for the logged model artifactsjava.lang.StringgetModelId()The ID of the MLflow logged model containing the artifact that can be accessed with the credentialcom.google.protobuf.ByteStringgetModelIdBytes()The ID of the MLflow logged model containing the artifact that can be accessed with the credentialbooleanhasCredentialInfo()The ArtifactCredentialInfo object for the logged model artifactsbooleanhasModelId()The ID of the MLflow logged model containing the artifact that can be accessed with the credential- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasModelIdboolean 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.
 
 - 
getModelIdjava.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.
 
 - 
getModelIdBytescom.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.
 
 - 
hasCredentialInfoboolean hasCredentialInfo() The ArtifactCredentialInfo object for the logged model artifacts optional .mlflow.ArtifactCredentialInfo credential_info = 2;- Returns:
- Whether the credentialInfo field is set.
 
 - 
getCredentialInfoDatabricksArtifacts.ArtifactCredentialInfo getCredentialInfo() The ArtifactCredentialInfo object for the logged model artifacts optional .mlflow.ArtifactCredentialInfo credential_info = 2;- Returns:
- The credentialInfo.
 
 - 
getCredentialInfoOrBuilderDatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfoOrBuilder() The ArtifactCredentialInfo object for the logged model artifacts optional .mlflow.ArtifactCredentialInfo credential_info = 2;
 
- 
 
-