Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
org.mlflow.tracking |
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Service.FileInfo> |
Service.FileInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Service.FileInfo |
Service.FileInfo.Builder.build() |
Service.FileInfo |
Service.FileInfo.Builder.buildPartial() |
static Service.FileInfo |
Service.FileInfo.getDefaultInstance() |
Service.FileInfo |
Service.FileInfo.getDefaultInstanceForType() |
Service.FileInfo |
Service.FileInfo.Builder.getDefaultInstanceForType() |
Service.FileInfo |
Service.ListArtifacts.ResponseOrBuilder.getFiles(int index)
File location and metadata for artifacts.
|
Service.FileInfo |
Service.ListArtifacts.Response.getFiles(int index)
File location and metadata for artifacts.
|
Service.FileInfo |
Service.ListArtifacts.Response.Builder.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(ByteBuffer data) |
static Service.FileInfo |
Service.FileInfo.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
List<Service.FileInfo> |
Service.ListArtifacts.ResponseOrBuilder.getFilesList()
File location and metadata for artifacts.
|
List<Service.FileInfo> |
Service.ListArtifacts.Response.getFilesList()
File location and metadata for artifacts.
|
List<Service.FileInfo> |
Service.ListArtifacts.Response.Builder.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() |
Modifier and Type | Method and Description |
---|---|
Service.ListArtifacts.Response.Builder |
Service.ListArtifacts.Response.Builder.addFiles(int index,
Service.FileInfo value)
File location and metadata for artifacts.
|
Service.ListArtifacts.Response.Builder |
Service.ListArtifacts.Response.Builder.addFiles(Service.FileInfo value)
File location and metadata for artifacts.
|
Service.FileInfo.Builder |
Service.FileInfo.Builder.mergeFrom(Service.FileInfo other) |
static Service.FileInfo.Builder |
Service.FileInfo.newBuilder(Service.FileInfo prototype) |
Service.ListArtifacts.Response.Builder |
Service.ListArtifacts.Response.Builder.setFiles(int index,
Service.FileInfo value)
File location and metadata for artifacts.
|
Modifier and Type | Method and Description |
---|---|
Service.ListArtifacts.Response.Builder |
Service.ListArtifacts.Response.Builder.addAllFiles(Iterable<? extends Service.FileInfo> values)
File location and metadata for artifacts.
|
Modifier and Type | Method and Description |
---|---|
List<Service.FileInfo> |
MlflowClient.listArtifacts(String runId)
Lists the artifacts immediately under the run's root artifact directory.
|
List<Service.FileInfo> |
MlflowClient.listArtifacts(String runId,
String artifactPath)
Lists the artifacts immediately under the given artifactPath within the run's root artifact
directory.
|
Copyright © 2019. All rights reserved.