Class ResponseRecallInstance.Builder (3.42.0)

public static final class ResponseRecallInstance.Builder extends GeneratedMessageV3.Builder<ResponseRecallInstance.Builder> implements ResponseRecallInstanceOrBuilder

Spec for response recall instance.

Protobuf type google.cloud.aiplatform.v1beta1.ResponseRecallInstance

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ResponseRecallInstance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

build()

public ResponseRecallInstance build()
Returns
Type Description
ResponseRecallInstance

buildPartial()

public ResponseRecallInstance buildPartial()
Returns
Type Description
ResponseRecallInstance

clear()

public ResponseRecallInstance.Builder clear()
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ResponseRecallInstance.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ResponseRecallInstance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

clearPrediction()

public ResponseRecallInstance.Builder clearPrediction()

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

clearReference()

public ResponseRecallInstance.Builder clearReference()

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

clone()

public ResponseRecallInstance.Builder clone()
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

getDefaultInstanceForType()

public ResponseRecallInstance getDefaultInstanceForType()
Returns
Type Description
ResponseRecallInstance

getDescriptorForType()

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

getPrediction()

public String getPrediction()

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The prediction.

getPredictionBytes()

public ByteString getPredictionBytes()

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for prediction.

getReference()

public String getReference()

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The reference.

getReferenceBytes()

public ByteString getReferenceBytes()

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for reference.

hasPrediction()

public boolean hasPrediction()

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the prediction field is set.

hasReference()

public boolean hasReference()

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the reference field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ResponseRecallInstance other)

public ResponseRecallInstance.Builder mergeFrom(ResponseRecallInstance other)
Parameter
Name Description
other ResponseRecallInstance
Returns
Type Description
ResponseRecallInstance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ResponseRecallInstance.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ResponseRecallInstance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ResponseRecallInstance.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

setPrediction(String value)

public ResponseRecallInstance.Builder setPrediction(String value)

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The prediction to set.

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

setPredictionBytes(ByteString value)

public ResponseRecallInstance.Builder setPredictionBytes(ByteString value)

Required. Output of the evaluated model.

optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for prediction to set.

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

setReference(String value)

public ResponseRecallInstance.Builder setReference(String value)

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The reference to set.

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

setReferenceBytes(ByteString value)

public ResponseRecallInstance.Builder setReferenceBytes(ByteString value)

Required. Ground truth used to compare against the prediction.

optional string reference = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for reference to set.

Returns
Type Description
ResponseRecallInstance.Builder

This builder for chaining.

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

public ResponseRecallInstance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ResponseRecallInstance.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ResponseRecallInstance.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ResponseRecallInstance.Builder
Overrides