Uses of Class
org.mlflow.api.proto.Service.FileInfo
Packages that use Service.FileInfo
Package
Description
Autogenerated MLflow Tracking API entity objects.
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext
interface.-
Uses of Service.FileInfo in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.FileInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.FileInfo> Service.FileInfo.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.FileInfoModifier and TypeMethodDescriptionService.FileInfo.Builder.build()
Service.FileInfo.Builder.buildPartial()
static Service.FileInfo
Service.FileInfo.getDefaultInstance()
Service.FileInfo.Builder.getDefaultInstanceForType()
Service.FileInfo.getDefaultInstanceForType()
Service.ListArtifacts.Response.Builder.getFiles
(int index) File location and metadata for artifacts.Service.ListArtifacts.Response.getFiles
(int index) File location and metadata for artifacts.Service.ListArtifacts.ResponseOrBuilder.getFiles
(int index) File location and metadata for artifacts.static Service.FileInfo
Service.FileInfo.parseDelimitedFrom
(InputStream input) static Service.FileInfo
Service.FileInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.FileInfo
Service.FileInfo.parseFrom
(byte[] data) static Service.FileInfo
Service.FileInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.FileInfo
Service.FileInfo.parseFrom
(com.google.protobuf.ByteString data) static Service.FileInfo
Service.FileInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.FileInfo
Service.FileInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.FileInfo
Service.FileInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.FileInfo
Service.FileInfo.parseFrom
(InputStream input) static Service.FileInfo
Service.FileInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.FileInfo
Service.FileInfo.parseFrom
(ByteBuffer data) static Service.FileInfo
Service.FileInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.FileInfoModifier and TypeMethodDescriptionService.ListArtifacts.Response.Builder.getFilesList()
File location and metadata for artifacts.Service.ListArtifacts.Response.getFilesList()
File location and metadata for artifacts.Service.ListArtifacts.ResponseOrBuilder.getFilesList()
File location and metadata for artifacts.com.google.protobuf.Parser
<Service.FileInfo> Service.FileInfo.getParserForType()
static com.google.protobuf.Parser
<Service.FileInfo> Service.FileInfo.parser()
Methods in org.mlflow.api.proto with parameters of type Service.FileInfoModifier and TypeMethodDescriptionService.ListArtifacts.Response.Builder.addFiles
(int index, Service.FileInfo value) File location and metadata for artifacts.Service.ListArtifacts.Response.Builder.addFiles
(Service.FileInfo value) File location and metadata for artifacts.Service.FileInfo.Builder.mergeFrom
(Service.FileInfo other) static Service.FileInfo.Builder
Service.FileInfo.newBuilder
(Service.FileInfo prototype) Service.ListArtifacts.Response.Builder.setFiles
(int index, Service.FileInfo value) File location and metadata for artifacts.Method parameters in org.mlflow.api.proto with type arguments of type Service.FileInfoModifier and TypeMethodDescriptionService.ListArtifacts.Response.Builder.addAllFiles
(Iterable<? extends Service.FileInfo> values) File location and metadata for artifacts. -
Uses of Service.FileInfo in org.mlflow.tracking
Methods in org.mlflow.tracking that return types with arguments of type Service.FileInfoModifier and TypeMethodDescriptionMlflowClient.listArtifacts
(String runId) List the artifacts immediately under the run's root artifact directory.MlflowClient.listArtifacts
(String runId, String artifactPath) List the artifacts immediately under the given artifactPath within the run's root artifact directory.