Package com.databricks.api.proto.mlflow
Interface DatabricksArtifacts.GetCredentialsForTraceDataUpload.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabricksArtifacts.GetCredentialsForTraceDataUpload.Response
,DatabricksArtifacts.GetCredentialsForTraceDataUpload.Response.Builder
- Enclosing class:
DatabricksArtifacts.GetCredentialsForTraceDataUpload
public static interface DatabricksArtifacts.GetCredentialsForTraceDataUpload.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .mlflow.ArtifactCredentialInfo credential_info = 1;
optional .mlflow.ArtifactCredentialInfo credential_info = 1;
boolean
optional .mlflow.ArtifactCredentialInfo credential_info = 1;
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
-
hasCredentialInfo
boolean hasCredentialInfo()optional .mlflow.ArtifactCredentialInfo credential_info = 1;
- Returns:
- Whether the credentialInfo field is set.
-
getCredentialInfo
DatabricksArtifacts.ArtifactCredentialInfo getCredentialInfo()optional .mlflow.ArtifactCredentialInfo credential_info = 1;
- Returns:
- The credentialInfo.
-
getCredentialInfoOrBuilder
DatabricksArtifacts.ArtifactCredentialInfoOrBuilder getCredentialInfoOrBuilder()optional .mlflow.ArtifactCredentialInfo credential_info = 1;
-