public static interface Service.ListArtifactsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Filter artifacts matching this path (a relative path from the root artifact directory).
|
com.google.protobuf.ByteString |
getPathBytes()
Filter artifacts matching this path (a relative path from the root artifact directory).
|
String |
getRunId()
ID of the run whose artifacts to list.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run whose artifacts to list.
|
String |
getRunUuid()
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
boolean |
hasPath()
Filter artifacts matching this path (a relative path from the root artifact directory).
|
boolean |
hasRunId()
ID of the run whose artifacts to list.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRunId()
ID of the run whose artifacts to list. Must be provided.
optional string run_id = 3;String getRunId()
ID of the run whose artifacts to list. Must be provided.
optional string run_id = 3;com.google.protobuf.ByteString getRunIdBytes()
ID of the run whose artifacts to list. Must be provided.
optional string run_id = 3;boolean hasRunUuid()
[Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will be removed in a future MLflow version.
optional string run_uuid = 1;String getRunUuid()
[Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will be removed in a future MLflow version.
optional string run_uuid = 1;com.google.protobuf.ByteString getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run whose artifacts to list. This field will be removed in a future MLflow version.
optional string run_uuid = 1;boolean hasPath()
Filter artifacts matching this path (a relative path from the root artifact directory).
optional string path = 2;String getPath()
Filter artifacts matching this path (a relative path from the root artifact directory).
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
Filter artifacts matching this path (a relative path from the root artifact directory).
optional string path = 2;Copyright © 2019. All rights reserved.