public static final class EvaluateDatasetResponse.Builder extends GeneratedMessage.Builder<EvaluateDatasetResponse.Builder> implements EvaluateDatasetResponseOrBuilderThe results from an evaluation run performed by the EvaluationService.
Protobuf type google.cloud.aiplatform.v1beta1.EvaluateDatasetResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EvaluateDatasetResponse.BuilderImplements
EvaluateDatasetResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EvaluateDatasetResponse build()| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse |
|
buildPartial()
public EvaluateDatasetResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse |
|
clear()
public EvaluateDatasetResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
clearAggregationOutput()
public EvaluateDatasetResponse.Builder clearAggregationOutput()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
clearOutputInfo()
public EvaluateDatasetResponse.Builder clearOutputInfo()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
getAggregationOutput()
public AggregationOutput getAggregationOutput()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AggregationOutput |
The aggregationOutput. |
getAggregationOutputBuilder()
public AggregationOutput.Builder getAggregationOutputBuilder()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AggregationOutput.Builder |
|
getAggregationOutputOrBuilder()
public AggregationOutputOrBuilder getAggregationOutputOrBuilder()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AggregationOutputOrBuilder |
|
getDefaultInstanceForType()
public EvaluateDatasetResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOutputInfo()
public OutputInfo getOutputInfo()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
OutputInfo |
The outputInfo. |
getOutputInfoBuilder()
public OutputInfo.Builder getOutputInfoBuilder()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
OutputInfo.Builder |
|
getOutputInfoOrBuilder()
public OutputInfoOrBuilder getOutputInfoOrBuilder()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
OutputInfoOrBuilder |
|
hasAggregationOutput()
public boolean hasAggregationOutput()Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregationOutput field is set. |
hasOutputInfo()
public boolean hasOutputInfo()Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the outputInfo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAggregationOutput(AggregationOutput value)
public EvaluateDatasetResponse.Builder mergeAggregationOutput(AggregationOutput value)Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
AggregationOutput |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
mergeFrom(EvaluateDatasetResponse other)
public EvaluateDatasetResponse.Builder mergeFrom(EvaluateDatasetResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
EvaluateDatasetResponse |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EvaluateDatasetResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EvaluateDatasetResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
mergeOutputInfo(OutputInfo value)
public EvaluateDatasetResponse.Builder mergeOutputInfo(OutputInfo value)Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
OutputInfo |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
setAggregationOutput(AggregationOutput value)
public EvaluateDatasetResponse.Builder setAggregationOutput(AggregationOutput value)Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
AggregationOutput |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
setAggregationOutput(AggregationOutput.Builder builderForValue)
public EvaluateDatasetResponse.Builder setAggregationOutput(AggregationOutput.Builder builderForValue)Output only. Aggregation statistics derived from results of EvaluationService.
.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AggregationOutput.Builder |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
setOutputInfo(OutputInfo value)
public EvaluateDatasetResponse.Builder setOutputInfo(OutputInfo value)Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
OutputInfo |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|
setOutputInfo(OutputInfo.Builder builderForValue)
public EvaluateDatasetResponse.Builder setOutputInfo(OutputInfo.Builder builderForValue)Output only. Output info for EvaluationService.
.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OutputInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
EvaluateDatasetResponse.Builder |
|