public static interface Service.ListArtifacts.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Service.FileInfo |
getFiles(int index)
File location and metadata for artifacts.
|
int |
getFilesCount()
File location and metadata for artifacts.
|
List<Service.FileInfo> |
getFilesList()
File location and metadata for artifacts.
|
Service.FileInfoOrBuilder |
getFilesOrBuilder(int index)
File location and metadata for artifacts.
|
List<? extends Service.FileInfoOrBuilder> |
getFilesOrBuilderList()
File location and metadata for artifacts.
|
String |
getRootUri()
Root artifact directory for the run.
|
com.google.protobuf.ByteString |
getRootUriBytes()
Root artifact directory for the run.
|
boolean |
hasRootUri()
Root artifact directory for the run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRootUri()
Root artifact directory for the run.
optional string root_uri = 1;String getRootUri()
Root artifact directory for the run.
optional string root_uri = 1;com.google.protobuf.ByteString getRootUriBytes()
Root artifact directory for the run.
optional string root_uri = 1;List<Service.FileInfo> getFilesList()
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;Service.FileInfo getFiles(int index)
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;int getFilesCount()
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;List<? extends Service.FileInfoOrBuilder> getFilesOrBuilderList()
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;Service.FileInfoOrBuilder getFilesOrBuilder(int index)
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;Copyright © 2019. All rights reserved.