public static final class AggregationOutput.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder> implements AggregationOutputOrBuilder
The aggregation result for the entire dataset and all metrics.Protobuf type
google.cloud.aiplatform.v1beta1.AggregationOutput| Modifier and Type | Method and Description |
|---|---|
AggregationOutput.Builder |
addAggregationResults(AggregationResult.Builder builderForValue)
One AggregationResult per metric.
|
AggregationOutput.Builder |
addAggregationResults(AggregationResult value)
One AggregationResult per metric.
|
AggregationOutput.Builder |
addAggregationResults(int index,
AggregationResult.Builder builderForValue)
One AggregationResult per metric.
|
AggregationOutput.Builder |
addAggregationResults(int index,
AggregationResult value)
One AggregationResult per metric.
|
AggregationResult.Builder |
addAggregationResultsBuilder()
One AggregationResult per metric.
|
AggregationResult.Builder |
addAggregationResultsBuilder(int index)
One AggregationResult per metric.
|
AggregationOutput.Builder |
addAllAggregationResults(Iterable<? extends AggregationResult> values)
One AggregationResult per metric.
|
AggregationOutput.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AggregationOutput |
build() |
AggregationOutput |
buildPartial() |
AggregationOutput.Builder |
clear() |
AggregationOutput.Builder |
clearAggregationResults()
One AggregationResult per metric.
|
AggregationOutput.Builder |
clearDataset()
The dataset used for evaluation & aggregation.
|
AggregationOutput.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AggregationOutput.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AggregationOutput.Builder |
clone() |
AggregationResult |
getAggregationResults(int index)
One AggregationResult per metric.
|
AggregationResult.Builder |
getAggregationResultsBuilder(int index)
One AggregationResult per metric.
|
List<AggregationResult.Builder> |
getAggregationResultsBuilderList()
One AggregationResult per metric.
|
int |
getAggregationResultsCount()
One AggregationResult per metric.
|
List<AggregationResult> |
getAggregationResultsList()
One AggregationResult per metric.
|
AggregationResultOrBuilder |
getAggregationResultsOrBuilder(int index)
One AggregationResult per metric.
|
List<? extends AggregationResultOrBuilder> |
getAggregationResultsOrBuilderList()
One AggregationResult per metric.
|
EvaluationDataset |
getDataset()
The dataset used for evaluation & aggregation.
|
EvaluationDataset.Builder |
getDatasetBuilder()
The dataset used for evaluation & aggregation.
|
EvaluationDatasetOrBuilder |
getDatasetOrBuilder()
The dataset used for evaluation & aggregation.
|
AggregationOutput |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasDataset()
The dataset used for evaluation & aggregation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AggregationOutput.Builder |
mergeDataset(EvaluationDataset value)
The dataset used for evaluation & aggregation.
|
AggregationOutput.Builder |
mergeFrom(AggregationOutput other) |
AggregationOutput.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AggregationOutput.Builder |
mergeFrom(com.google.protobuf.Message other) |
AggregationOutput.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AggregationOutput.Builder |
removeAggregationResults(int index)
One AggregationResult per metric.
|
AggregationOutput.Builder |
setAggregationResults(int index,
AggregationResult.Builder builderForValue)
One AggregationResult per metric.
|
AggregationOutput.Builder |
setAggregationResults(int index,
AggregationResult value)
One AggregationResult per metric.
|
AggregationOutput.Builder |
setDataset(EvaluationDataset.Builder builderForValue)
The dataset used for evaluation & aggregation.
|
AggregationOutput.Builder |
setDataset(EvaluationDataset value)
The dataset used for evaluation & aggregation.
|
AggregationOutput.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AggregationOutput.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AggregationOutput.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AggregationOutput build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AggregationOutput buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AggregationOutput.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AggregationOutput.Builder>public AggregationOutput.Builder mergeFrom(AggregationOutput other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public AggregationOutput.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AggregationOutput.Builder>IOExceptionpublic boolean hasDataset()
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;hasDataset in interface AggregationOutputOrBuilderpublic EvaluationDataset getDataset()
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;getDataset in interface AggregationOutputOrBuilderpublic AggregationOutput.Builder setDataset(EvaluationDataset value)
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;public AggregationOutput.Builder setDataset(EvaluationDataset.Builder builderForValue)
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;public AggregationOutput.Builder mergeDataset(EvaluationDataset value)
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;public AggregationOutput.Builder clearDataset()
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;public EvaluationDataset.Builder getDatasetBuilder()
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;public EvaluationDatasetOrBuilder getDatasetOrBuilder()
The dataset used for evaluation & aggregation.
.google.cloud.aiplatform.v1beta1.EvaluationDataset dataset = 1;getDatasetOrBuilder in interface AggregationOutputOrBuilderpublic List<AggregationResult> getAggregationResultsList()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
getAggregationResultsList in interface AggregationOutputOrBuilderpublic int getAggregationResultsCount()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
getAggregationResultsCount in interface AggregationOutputOrBuilderpublic AggregationResult getAggregationResults(int index)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
getAggregationResults in interface AggregationOutputOrBuilderpublic AggregationOutput.Builder setAggregationResults(int index, AggregationResult value)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder setAggregationResults(int index, AggregationResult.Builder builderForValue)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder addAggregationResults(AggregationResult value)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder addAggregationResults(int index, AggregationResult value)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder addAggregationResults(AggregationResult.Builder builderForValue)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder addAggregationResults(int index, AggregationResult.Builder builderForValue)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder addAllAggregationResults(Iterable<? extends AggregationResult> values)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder clearAggregationResults()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationOutput.Builder removeAggregationResults(int index)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationResult.Builder getAggregationResultsBuilder(int index)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationResultOrBuilder getAggregationResultsOrBuilder(int index)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
getAggregationResultsOrBuilder in interface AggregationOutputOrBuilderpublic List<? extends AggregationResultOrBuilder> getAggregationResultsOrBuilderList()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
getAggregationResultsOrBuilderList in interface AggregationOutputOrBuilderpublic AggregationResult.Builder addAggregationResultsBuilder()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public AggregationResult.Builder addAggregationResultsBuilder(int index)
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public List<AggregationResult.Builder> getAggregationResultsBuilderList()
One AggregationResult per metric.
repeated .google.cloud.aiplatform.v1beta1.AggregationResult aggregation_results = 2;
public final AggregationOutput.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>public final AggregationOutput.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationOutput.Builder>Copyright © 2025 Google LLC. All rights reserved.