Class SearchExampleComparisonsResponse.ExampleComparison.Builder (0.178.0)

public static final class SearchExampleComparisonsResponse.ExampleComparison.Builder extends GeneratedMessageV3.Builder<SearchExampleComparisonsResponse.ExampleComparison.Builder> implements SearchExampleComparisonsResponse.ExampleComparisonOrBuilder

Example comparisons comparing ground truth output and predictions for a specific input.

Protobuf type google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchExampleComparisonsResponse.ExampleComparison.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllModelCreatedExamples(Iterable<? extends Example> values)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addAllModelCreatedExamples(Iterable<? extends Example> values)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.datalabeling.v1beta1.Example>

addModelCreatedExamples(Example value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(Example value)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
value Example

addModelCreatedExamples(Example.Builder builderForValue)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(Example.Builder builderForValue)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
builderForValue Example.Builder

addModelCreatedExamples(int index, Example value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(int index, Example value)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameters
Name Description
index int
value Example

addModelCreatedExamples(int index, Example.Builder builderForValue)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addModelCreatedExamples(int index, Example.Builder builderForValue)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameters
Name Description
index int
builderForValue Example.Builder

addModelCreatedExamplesBuilder()

public Example.Builder addModelCreatedExamplesBuilder()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Returns
Type Description
Example.Builder

addModelCreatedExamplesBuilder(int index)

public Example.Builder addModelCreatedExamplesBuilder(int index)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
index int
Returns
Type Description
Example.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public SearchExampleComparisonsResponse.ExampleComparison build()

buildPartial()

public SearchExampleComparisonsResponse.ExampleComparison buildPartial()

clear()

public SearchExampleComparisonsResponse.ExampleComparison.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

public SearchExampleComparisonsResponse.ExampleComparison.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearGroundTruthExample()

public SearchExampleComparisonsResponse.ExampleComparison.Builder clearGroundTruthExample()

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

clearModelCreatedExamples()

public SearchExampleComparisonsResponse.ExampleComparison.Builder clearModelCreatedExamples()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchExampleComparisonsResponse.ExampleComparison.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public SearchExampleComparisonsResponse.ExampleComparison.Builder clone()
Overrides

getDefaultInstanceForType()

public SearchExampleComparisonsResponse.ExampleComparison getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGroundTruthExample()

public Example getGroundTruthExample()

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Returns
Type Description
Example

The groundTruthExample.

getGroundTruthExampleBuilder()

public Example.Builder getGroundTruthExampleBuilder()

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Returns
Type Description
Example.Builder

getGroundTruthExampleOrBuilder()

public ExampleOrBuilder getGroundTruthExampleOrBuilder()

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Returns
Type Description
ExampleOrBuilder

getModelCreatedExamples(int index)

public Example getModelCreatedExamples(int index)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
index int
Returns
Type Description
Example

getModelCreatedExamplesBuilder(int index)

public Example.Builder getModelCreatedExamplesBuilder(int index)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
index int
Returns
Type Description
Example.Builder

getModelCreatedExamplesBuilderList()

public List<Example.Builder> getModelCreatedExamplesBuilderList()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Returns
Type Description
List<Builder>

getModelCreatedExamplesCount()

public int getModelCreatedExamplesCount()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Returns
Type Description
int

getModelCreatedExamplesList()

public List<Example> getModelCreatedExamplesList()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Returns
Type Description
List<Example>

getModelCreatedExamplesOrBuilder(int index)

public ExampleOrBuilder getModelCreatedExamplesOrBuilder(int index)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
index int
Returns
Type Description
ExampleOrBuilder

getModelCreatedExamplesOrBuilderList()

public List<? extends ExampleOrBuilder> getModelCreatedExamplesOrBuilderList()

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Returns
Type Description
List<? extends com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder>

hasGroundTruthExample()

public boolean hasGroundTruthExample()

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Returns
Type Description
boolean

Whether the groundTruthExample field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SearchExampleComparisonsResponse.ExampleComparison other)

public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(SearchExampleComparisonsResponse.ExampleComparison other)
Parameter
Name Description
other SearchExampleComparisonsResponse.ExampleComparison

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeGroundTruthExample(Example value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder mergeGroundTruthExample(Example value)

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Parameter
Name Description
value Example

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchExampleComparisonsResponse.ExampleComparison.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeModelCreatedExamples(int index)

public SearchExampleComparisonsResponse.ExampleComparison.Builder removeModelCreatedExamples(int index)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameter
Name Description
index int

setField(Descriptors.FieldDescriptor field, Object value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setGroundTruthExample(Example value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setGroundTruthExample(Example value)

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Parameter
Name Description
value Example

setGroundTruthExample(Example.Builder builderForValue)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setGroundTruthExample(Example.Builder builderForValue)

The ground truth output for the input.

.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;

Parameter
Name Description
builderForValue Example.Builder

setModelCreatedExamples(int index, Example value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setModelCreatedExamples(int index, Example value)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameters
Name Description
index int
value Example

setModelCreatedExamples(int index, Example.Builder builderForValue)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setModelCreatedExamples(int index, Example.Builder builderForValue)

Predictions by the model for the input.

repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;

Parameters
Name Description
index int
builderForValue Example.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchExampleComparisonsResponse.ExampleComparison.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchExampleComparisonsResponse.ExampleComparison.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides