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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MlflowArtifacts.FileInfo
getFiles(int index)
File location and metadata for artifacts.int
getFilesCount()
File location and metadata for artifacts.java.util.List<MlflowArtifacts.FileInfo>
getFilesList()
File location and metadata for artifacts.MlflowArtifacts.FileInfoOrBuilder
getFilesOrBuilder(int index)
File location and metadata for artifacts.java.util.List<? extends MlflowArtifacts.FileInfoOrBuilder>
getFilesOrBuilderList()
File location and metadata for artifacts.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilesList
java.util.List<MlflowArtifacts.FileInfo> getFilesList()
File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFiles
MlflowArtifacts.FileInfo getFiles(int index)
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
java.util.List<? extends MlflowArtifacts.FileInfoOrBuilder> getFilesOrBuilderList()
File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
getFilesOrBuilder
MlflowArtifacts.FileInfoOrBuilder getFilesOrBuilder(int index)
File location and metadata for artifacts.
repeated .mlflow.artifacts.FileInfo files = 1;
-
-