public static interface DatabricksArtifacts.GetCredentialsForWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPath()
The artifact path, relative to the Run's artifact root location, for which to
fetch artifact write credentials
|
com.google.protobuf.ByteString |
getPathBytes()
The artifact path, relative to the Run's artifact root location, for which to
fetch artifact write credentials
|
String |
getRunId()
The ID of the MLflow Run for which to fetch artifact write credentials
|
com.google.protobuf.ByteString |
getRunIdBytes()
The ID of the MLflow Run for which to fetch artifact write credentials
|
boolean |
hasPath()
The artifact path, relative to the Run's artifact root location, for which to
fetch artifact write credentials
|
boolean |
hasRunId()
The ID of the MLflow Run for which to fetch artifact write credentials
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunId()
The ID of the MLflow Run for which to fetch artifact write credentials
optional string run_id = 1 [(.mlflow.validate_required) = true];
String getRunId()
The ID of the MLflow Run for which to fetch artifact write credentials
optional string run_id = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getRunIdBytes()
The ID of the MLflow Run for which to fetch artifact write credentials
optional string run_id = 1 [(.mlflow.validate_required) = true];
boolean hasPath()
The artifact path, relative to the Run's artifact root location, for which to fetch artifact write credentials
optional string path = 2 [(.mlflow.validate_required) = true];
String getPath()
The artifact path, relative to the Run's artifact root location, for which to fetch artifact write credentials
optional string path = 2 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getPathBytes()
The artifact path, relative to the Run's artifact root location, for which to fetch artifact write credentials
optional string path = 2 [(.mlflow.validate_required) = true];
Copyright © 2020. All rights reserved.