public static final class PairwiseMetricResult.Builder extends GeneratedMessage.Builder<PairwiseMetricResult.Builder> implements PairwiseMetricResultOrBuilderSpec for pairwise metric result.
Protobuf type google.cloud.aiplatform.v1beta1.PairwiseMetricResult
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PairwiseMetricResult.BuilderImplements
PairwiseMetricResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PairwiseMetricResult build()| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult |
|
buildPartial()
public PairwiseMetricResult buildPartial()| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult |
|
clear()
public PairwiseMetricResult.Builder clear()| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
clearCustomOutput()
public PairwiseMetricResult.Builder clearCustomOutput()Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
clearExplanation()
public PairwiseMetricResult.Builder clearExplanation()Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |
clearPairwiseChoice()
public PairwiseMetricResult.Builder clearPairwiseChoice()Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |
getCustomOutput()
public CustomOutput getCustomOutput()Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomOutput |
The customOutput. |
getCustomOutputBuilder()
public CustomOutput.Builder getCustomOutputBuilder()Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomOutput.Builder |
|
getCustomOutputOrBuilder()
public CustomOutputOrBuilder getCustomOutputOrBuilder()Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
CustomOutputOrBuilder |
|
getDefaultInstanceForType()
public PairwiseMetricResult getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExplanation()
public String getExplanation()Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The explanation. |
getExplanationBytes()
public ByteString getExplanationBytes()Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for explanation. |
getPairwiseChoice()
public PairwiseChoice getPairwiseChoice()Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PairwiseChoice |
The pairwiseChoice. |
getPairwiseChoiceValue()
public int getPairwiseChoiceValue()Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for pairwiseChoice. |
hasCustomOutput()
public boolean hasCustomOutput()Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customOutput field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCustomOutput(CustomOutput value)
public PairwiseMetricResult.Builder mergeCustomOutput(CustomOutput value)Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomOutput |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
mergeFrom(PairwiseMetricResult other)
public PairwiseMetricResult.Builder mergeFrom(PairwiseMetricResult other)| Parameter | |
|---|---|
| Name | Description |
other |
PairwiseMetricResult |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PairwiseMetricResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PairwiseMetricResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
setCustomOutput(CustomOutput value)
public PairwiseMetricResult.Builder setCustomOutput(CustomOutput value)Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
CustomOutput |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
setCustomOutput(CustomOutput.Builder builderForValue)
public PairwiseMetricResult.Builder setCustomOutput(CustomOutput.Builder builderForValue)Output only. Spec for custom output.
.google.cloud.aiplatform.v1beta1.CustomOutput custom_output = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomOutput.Builder |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
|
setExplanation(String value)
public PairwiseMetricResult.Builder setExplanation(String value)Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe explanation to set. |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |
setExplanationBytes(ByteString value)
public PairwiseMetricResult.Builder setExplanationBytes(ByteString value)Output only. Explanation for pairwise metric score.
string explanation = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for explanation to set. |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |
setPairwiseChoice(PairwiseChoice value)
public PairwiseMetricResult.Builder setPairwiseChoice(PairwiseChoice value)Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
PairwiseChoiceThe pairwiseChoice to set. |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |
setPairwiseChoiceValue(int value)
public PairwiseMetricResult.Builder setPairwiseChoiceValue(int value)Output only. Pairwise metric choice.
.google.cloud.aiplatform.v1beta1.PairwiseChoice pairwise_choice = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for pairwiseChoice to set. |
| Returns | |
|---|---|
| Type | Description |
PairwiseMetricResult.Builder |
This builder for chaining. |