Interface EvaluateDatasetResponseOrBuilder (3.69.0)

public interface EvaluateDatasetResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAggregationOutput()

public abstract AggregationOutput getAggregationOutput()

Output only. Aggregation statistics derived from results of EvaluationService.EvaluateDataset.

.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregationOutput

The aggregationOutput.

getAggregationOutputOrBuilder()

public abstract AggregationOutputOrBuilder getAggregationOutputOrBuilder()

Output only. Aggregation statistics derived from results of EvaluationService.EvaluateDataset.

.google.cloud.aiplatform.v1beta1.AggregationOutput aggregation_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
AggregationOutputOrBuilder

getOutputInfo()

public abstract OutputInfo getOutputInfo()

Output only. Output info for EvaluationService.EvaluateDataset.

.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OutputInfo

The outputInfo.

getOutputInfoOrBuilder()

public abstract OutputInfoOrBuilder getOutputInfoOrBuilder()

Output only. Output info for EvaluationService.EvaluateDataset.

.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OutputInfoOrBuilder

hasAggregationOutput()

public abstract boolean hasAggregationOutput()

Output only. Aggregation statistics derived from results of EvaluationService.EvaluateDataset.

.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 abstract boolean hasOutputInfo()

Output only. Output info for EvaluationService.EvaluateDataset.

.google.cloud.aiplatform.v1beta1.OutputInfo output_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the outputInfo field is set.