Package org.mlflow.api.proto
Interface MlflowArtifacts.ListArtifacts.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlflowArtifacts.ListArtifacts.Response
,MlflowArtifacts.ListArtifacts.Response.Builder
- Enclosing class:
MlflowArtifacts.ListArtifacts
public static interface MlflowArtifacts.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 MlflowArtifacts.FileInfoOrBuilder> File location and metadata for artifacts.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
-
getFilesList
List<MlflowArtifacts.FileInfo> getFilesList()File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFiles
File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFilesCount
int getFilesCount()File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFilesOrBuilderList
List<? extends MlflowArtifacts.FileInfoOrBuilder> getFilesOrBuilderList()File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFilesOrBuilder
File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-