| Modifier and Type | Method and Description |
|---|---|
Example |
Example.Builder.build() |
Example |
Example.Builder.buildPartial() |
static Example |
Example.getDefaultInstance() |
Example |
Example.getDefaultInstanceForType() |
Example |
Example.Builder.getDefaultInstanceForType() |
Example |
ListExamplesResponseOrBuilder.getExamples(int index)
The list of examples to return.
|
Example |
ListExamplesResponse.getExamples(int index)
The list of examples to return.
|
Example |
ListExamplesResponse.Builder.getExamples(int index)
The list of examples to return.
|
Example |
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder.getGroundTruthExample()
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1; |
Example |
SearchExampleComparisonsResponse.ExampleComparison.getGroundTruthExample()
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1; |
Example |
SearchExampleComparisonsResponse.ExampleComparison.Builder.getGroundTruthExample()
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1; |
Example |
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder.getModelCreatedExamples(int index)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2; |
Example |
SearchExampleComparisonsResponse.ExampleComparison.getModelCreatedExamples(int index)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2; |
Example |
SearchExampleComparisonsResponse.ExampleComparison.Builder.getModelCreatedExamples(int index)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
static Example |
Example.parseDelimitedFrom(InputStream input) |
static Example |
Example.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(byte[] data) |
static Example |
Example.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(ByteBuffer data) |
static Example |
Example.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(InputStream input) |
static Example |
Example.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Example> |
ListExamplesResponseOrBuilder.getExamplesList()
The list of examples to return.
|
List<Example> |
ListExamplesResponse.getExamplesList()
The list of examples to return.
|
List<Example> |
ListExamplesResponse.Builder.getExamplesList()
The list of examples to return.
|
List<Example> |
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder.getModelCreatedExamplesList()
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2; |
List<Example> |
SearchExampleComparisonsResponse.ExampleComparison.getModelCreatedExamplesList()
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2; |
List<Example> |
SearchExampleComparisonsResponse.ExampleComparison.Builder.getModelCreatedExamplesList()
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
com.google.protobuf.Parser<Example> |
Example.getParserForType() |
static com.google.protobuf.Parser<Example> |
Example.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addExamples(Example value)
The list of examples to return.
|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addExamples(int index,
Example value)
The list of examples to return.
|
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.addModelCreatedExamples(Example value)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.addModelCreatedExamples(int index,
Example value)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
Example.Builder |
Example.Builder.mergeFrom(Example other) |
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.mergeGroundTruthExample(Example value)
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1; |
static Example.Builder |
Example.newBuilder(Example prototype) |
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.setExamples(int index,
Example value)
The list of examples to return.
|
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.setGroundTruthExample(Example value)
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1; |
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.setModelCreatedExamples(int index,
Example value)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
| Modifier and Type | Method and Description |
|---|---|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addAllExamples(Iterable<? extends Example> values)
The list of examples to return.
|
SearchExampleComparisonsResponse.ExampleComparison.Builder |
SearchExampleComparisonsResponse.ExampleComparison.Builder.addAllModelCreatedExamples(Iterable<? extends Example> values)
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
|
Copyright © 2019 Google LLC. All rights reserved.