Class RougeInstance.Builder (3.84.0)

public static final class RougeInstance.Builder extends GeneratedMessage.Builder<RougeInstance.Builder> implements RougeInstanceOrBuilder

Spec for rouge instance.

Protobuf type google.cloud.aiplatform.v1.RougeInstance

Static Methods

getDescriptor()

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

Methods

build()

public RougeInstance build()
Returns
Type Description
RougeInstance

buildPartial()

public RougeInstance buildPartial()
Returns
Type Description
RougeInstance

clear()

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

clearPrediction()

public RougeInstance.Builder clearPrediction()

Required. Output of the evaluated model.

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

Returns
Type Description
RougeInstance.Builder

This builder for chaining.

clearReference()

public RougeInstance.Builder clearReference()

Required. Ground truth used to compare against the prediction.

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

Returns
Type Description
RougeInstance.Builder

This builder for chaining.

getDefaultInstanceForType()

public RougeInstance getDefaultInstanceForType()
Returns
Type Description
RougeInstance

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RougeInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPrediction(String value)

public RougeInstance.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
RougeInstance.Builder

This builder for chaining.

setPredictionBytes(ByteString value)

public RougeInstance.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
RougeInstance.Builder

This builder for chaining.

setReference(String value)

public RougeInstance.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
RougeInstance.Builder

This builder for chaining.

setReferenceBytes(ByteString value)

public RougeInstance.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
RougeInstance.Builder

This builder for chaining.