public static interface DatabricksArtifacts.GetCredentialsForWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPageToken()
Token specifying the page of credentials to fetch for large requests that require pagination
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token specifying the page of credentials to fetch for large requests that require pagination
|
String |
getPath(int index)
The artifact paths, relative to the Run's artifact root location, for which to
fetch artifact write credentials.
|
com.google.protobuf.ByteString |
getPathBytes(int index)
The artifact paths, relative to the Run's artifact root location, for which to
fetch artifact write credentials.
|
int |
getPathCount()
The artifact paths, relative to the Run's artifact root location, for which to
fetch artifact write credentials.
|
List<String> |
getPathList()
The artifact paths, 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 |
hasPageToken()
Token specifying the page of credentials to fetch for large requests that require pagination
|
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];
List<String> getPathList()
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials. Must not be empty.
repeated string path = 2;
int getPathCount()
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials. Must not be empty.
repeated string path = 2;
String getPath(int index)
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials. Must not be empty.
repeated string path = 2;
com.google.protobuf.ByteString getPathBytes(int index)
The artifact paths, relative to the Run's artifact root location, for which to fetch artifact write credentials. Must not be empty.
repeated string path = 2;
boolean hasPageToken()
Token specifying the page of credentials to fetch for large requests that require pagination
optional string page_token = 3;
String getPageToken()
Token specifying the page of credentials to fetch for large requests that require pagination
optional string page_token = 3;
com.google.protobuf.ByteString getPageTokenBytes()
Token specifying the page of credentials to fetch for large requests that require pagination
optional string page_token = 3;
Copyright © 2021. All rights reserved.