Package org.mlflow.api.proto
Interface Service.ListArtifacts.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListArtifacts.Response
,Service.ListArtifacts.Response.Builder
- Enclosing class:
Service.ListArtifacts
public static interface Service.ListArtifacts.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFiles
(int index) File location and metadata for artifacts.int
File location and metadata for artifacts.File location and metadata for artifacts.getFilesOrBuilder
(int index) File location and metadata for artifacts.List
<? extends Service.FileInfoOrBuilder> File location and metadata for artifacts.Token that can be used to retrieve the next page of artifact resultscom.google.protobuf.ByteString
Token that can be used to retrieve the next page of artifact resultsRoot artifact directory for the run.com.google.protobuf.ByteString
Root artifact directory for the run.boolean
Token that can be used to retrieve the next page of artifact resultsboolean
Root artifact directory for the run.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
-
hasRootUri
boolean hasRootUri()Root artifact directory for the run.
optional string root_uri = 1;
- Returns:
- Whether the rootUri field is set.
-
getRootUri
String getRootUri()Root artifact directory for the run.
optional string root_uri = 1;
- Returns:
- The rootUri.
-
getRootUriBytes
com.google.protobuf.ByteString getRootUriBytes()Root artifact directory for the run.
optional string root_uri = 1;
- Returns:
- The bytes for rootUri.
-
getFilesList
List<Service.FileInfo> getFilesList()File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;
-
getFiles
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;
-
getFilesCount
int getFilesCount()File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;
-
getFilesOrBuilderList
List<? extends Service.FileInfoOrBuilder> getFilesOrBuilderList()File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;
-
getFilesOrBuilder
File location and metadata for artifacts.
repeated .mlflow.FileInfo files = 2;
-
hasNextPageToken
boolean hasNextPageToken()Token that can be used to retrieve the next page of artifact results
optional string next_page_token = 3;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token that can be used to retrieve the next page of artifact results
optional string next_page_token = 3;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token that can be used to retrieve the next page of artifact results
optional string next_page_token = 3;
- Returns:
- The bytes for nextPageToken.
-