Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Service.SearchExpression> |
Service.SearchExpression.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Service.SearchExpression |
Service.SearchExpression.Builder.build() |
Service.SearchExpression |
Service.SearchExpression.Builder.buildPartial() |
Service.SearchExpression |
Service.SearchRunsOrBuilder.getAndedExpressions(int index)
Expressions describing runs (AND-ed together when filtering runs).
|
Service.SearchExpression |
Service.SearchRuns.getAndedExpressions(int index)
Expressions describing runs (AND-ed together when filtering runs).
|
Service.SearchExpression |
Service.SearchRuns.Builder.getAndedExpressions(int index)
Expressions describing runs (AND-ed together when filtering runs).
|
static Service.SearchExpression |
Service.SearchExpression.getDefaultInstance() |
Service.SearchExpression |
Service.SearchExpression.getDefaultInstanceForType() |
Service.SearchExpression |
Service.SearchExpression.Builder.getDefaultInstanceForType() |
static Service.SearchExpression |
Service.SearchExpression.parseDelimitedFrom(InputStream input) |
static Service.SearchExpression |
Service.SearchExpression.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(byte[] data) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(ByteBuffer data) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(com.google.protobuf.ByteString data) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(com.google.protobuf.CodedInputStream input) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(InputStream input) |
static Service.SearchExpression |
Service.SearchExpression.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Service.SearchExpression> |
Service.SearchRunsOrBuilder.getAndedExpressionsList()
Expressions describing runs (AND-ed together when filtering runs).
|
List<Service.SearchExpression> |
Service.SearchRuns.getAndedExpressionsList()
Expressions describing runs (AND-ed together when filtering runs).
|
List<Service.SearchExpression> |
Service.SearchRuns.Builder.getAndedExpressionsList()
Expressions describing runs (AND-ed together when filtering runs).
|
com.google.protobuf.Parser<Service.SearchExpression> |
Service.SearchExpression.getParserForType() |
static com.google.protobuf.Parser<Service.SearchExpression> |
Service.SearchExpression.parser() |
Modifier and Type | Method and Description |
---|---|
Service.SearchRuns.Builder |
Service.SearchRuns.Builder.addAndedExpressions(int index,
Service.SearchExpression value)
Expressions describing runs (AND-ed together when filtering runs).
|
Service.SearchRuns.Builder |
Service.SearchRuns.Builder.addAndedExpressions(Service.SearchExpression value)
Expressions describing runs (AND-ed together when filtering runs).
|
Service.SearchExpression.Builder |
Service.SearchExpression.Builder.mergeFrom(Service.SearchExpression other) |
static Service.SearchExpression.Builder |
Service.SearchExpression.newBuilder(Service.SearchExpression prototype) |
Service.SearchRuns.Builder |
Service.SearchRuns.Builder.setAndedExpressions(int index,
Service.SearchExpression value)
Expressions describing runs (AND-ed together when filtering runs).
|
Modifier and Type | Method and Description |
---|---|
Service.SearchRuns.Builder |
Service.SearchRuns.Builder.addAllAndedExpressions(Iterable<? extends Service.SearchExpression> values)
Expressions describing runs (AND-ed together when filtering runs).
|
Copyright © 2019. All rights reserved.