Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
Modifier and Type | Method and Description |
---|---|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clear() |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clearPath()
Filter artifacts matching this path (a relative path from the root artifact directory).
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clearRunId()
ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clearRunUuid()
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.clone() |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.mergeFrom(com.google.protobuf.Message other) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.mergeFrom(Service.ListArtifacts other) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Service.ListArtifacts.Builder |
Service.ListArtifacts.newBuilder() |
static Service.ListArtifacts.Builder |
Service.ListArtifacts.newBuilder(Service.ListArtifacts prototype) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.newBuilderForType() |
protected Service.ListArtifacts.Builder |
Service.ListArtifacts.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setPath(String value)
Filter artifacts matching this path (a relative path from the root artifact directory).
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setPathBytes(com.google.protobuf.ByteString value)
Filter artifacts matching this path (a relative path from the root artifact directory).
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setRunId(String value)
ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setRunIdBytes(com.google.protobuf.ByteString value)
ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setRunUuid(String value)
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setRunUuidBytes(com.google.protobuf.ByteString value)
[Deprecated, use run_id instead] ID of the run whose artifacts to list.
|
Service.ListArtifacts.Builder |
Service.ListArtifacts.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.ListArtifacts.Builder |
Service.ListArtifacts.toBuilder() |
Copyright © 2019. All rights reserved.