Class: Google::Cloud::AIPlatform::V1::AggregationOutput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AggregationOutput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
The aggregation result for the entire dataset and all metrics.
Instance Attribute Summary collapse
-
#aggregation_results ⇒ ::Array<::Google::Cloud::AIPlatform::V1::AggregationResult>
One AggregationResult per metric.
-
#dataset ⇒ ::Google::Cloud::AIPlatform::V1::EvaluationDataset
The dataset used for evaluation & aggregation.
Instance Attribute Details
#aggregation_results ⇒ ::Array<::Google::Cloud::AIPlatform::V1::AggregationResult>
Returns One AggregationResult per metric.
501 502 503 504 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 501 class AggregationOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset ⇒ ::Google::Cloud::AIPlatform::V1::EvaluationDataset
Returns The dataset used for evaluation & aggregation.
501 502 503 504 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 501 class AggregationOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |