public static final class RougeInstance.Builder extends GeneratedMessage.Builder<RougeInstance.Builder> implements RougeInstanceOrBuilderSpec for rouge instance.
Protobuf type google.cloud.aiplatform.v1beta1.RougeInstance
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RougeInstance.BuilderImplements
RougeInstanceOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RougeInstance.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RougeInstance.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for reference to set. |
| Returns | |
|---|---|
| Type | Description |
RougeInstance.Builder |
This builder for chaining. |