| Modifier and Type | Method and Description |
|---|---|
Experiment.Result |
Experiment.Result.Builder.build() |
Experiment.Result |
Experiment.Result.Builder.buildPartial() |
static Experiment.Result |
Experiment.Result.getDefaultInstance() |
Experiment.Result |
Experiment.Result.getDefaultInstanceForType() |
Experiment.Result |
Experiment.Result.Builder.getDefaultInstanceForType() |
Experiment.Result |
ExperimentOrBuilder.getResult()
Inference result of the experiment.
|
Experiment.Result |
Experiment.getResult()
Inference result of the experiment.
|
Experiment.Result |
Experiment.Builder.getResult()
Inference result of the experiment.
|
static Experiment.Result |
Experiment.Result.parseDelimitedFrom(InputStream input) |
static Experiment.Result |
Experiment.Result.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment.Result |
Experiment.Result.parseFrom(byte[] data) |
static Experiment.Result |
Experiment.Result.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment.Result |
Experiment.Result.parseFrom(ByteBuffer data) |
static Experiment.Result |
Experiment.Result.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment.Result |
Experiment.Result.parseFrom(com.google.protobuf.ByteString data) |
static Experiment.Result |
Experiment.Result.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment.Result |
Experiment.Result.parseFrom(com.google.protobuf.CodedInputStream input) |
static Experiment.Result |
Experiment.Result.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Experiment.Result |
Experiment.Result.parseFrom(InputStream input) |
static Experiment.Result |
Experiment.Result.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Experiment.Result> |
Experiment.Result.getParserForType() |
static com.google.protobuf.Parser<Experiment.Result> |
Experiment.Result.parser() |
| Modifier and Type | Method and Description |
|---|---|
Experiment.Result.Builder |
Experiment.Result.Builder.mergeFrom(Experiment.Result other) |
Experiment.Builder |
Experiment.Builder.mergeResult(Experiment.Result value)
Inference result of the experiment.
|
static Experiment.Result.Builder |
Experiment.Result.newBuilder(Experiment.Result prototype) |
Experiment.Builder |
Experiment.Builder.setResult(Experiment.Result value)
Inference result of the experiment.
|
Copyright © 2022 Google LLC. All rights reserved.