Uses of Class
com.google.cloud.aiplatform.v1.AggregationResult
Packages that use AggregationResult
-
Uses of AggregationResult in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return AggregationResultModifier and TypeMethodDescriptionAggregationResult.Builder.build()AggregationResult.Builder.buildPartial()AggregationOutput.Builder.getAggregationResults(int index) One AggregationResult per metric.AggregationOutput.getAggregationResults(int index) One AggregationResult per metric.AggregationOutputOrBuilder.getAggregationResults(int index) One AggregationResult per metric.static AggregationResultAggregationResult.getDefaultInstance()AggregationResult.Builder.getDefaultInstanceForType()AggregationResult.getDefaultInstanceForType()static AggregationResultAggregationResult.parseDelimitedFrom(InputStream input) static AggregationResultAggregationResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(byte[] data) static AggregationResultAggregationResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.ByteString data) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.CodedInputStream input) static AggregationResultAggregationResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(InputStream input) static AggregationResultAggregationResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AggregationResultAggregationResult.parseFrom(ByteBuffer data) static AggregationResultAggregationResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type AggregationResultModifier and TypeMethodDescriptionAggregationOutput.Builder.getAggregationResultsList()One AggregationResult per metric.AggregationOutput.getAggregationResultsList()One AggregationResult per metric.AggregationOutputOrBuilder.getAggregationResultsList()One AggregationResult per metric.com.google.protobuf.Parser<AggregationResult>AggregationResult.getParserForType()static com.google.protobuf.Parser<AggregationResult>AggregationResult.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type AggregationResultModifier and TypeMethodDescriptionAggregationOutput.Builder.addAggregationResults(int index, AggregationResult value) One AggregationResult per metric.AggregationOutput.Builder.addAggregationResults(AggregationResult value) One AggregationResult per metric.AggregationResult.Builder.mergeFrom(AggregationResult other) static AggregationResult.BuilderAggregationResult.newBuilder(AggregationResult prototype) AggregationOutput.Builder.setAggregationResults(int index, AggregationResult value) One AggregationResult per metric.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type AggregationResultModifier and TypeMethodDescriptionAggregationOutput.Builder.addAllAggregationResults(Iterable<? extends AggregationResult> values) One AggregationResult per metric.