Class: Google::Cloud::AIPlatform::V1::MetricxInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetricxInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for MetricX metric.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::AIPlatform::V1::MetricxInstance
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::MetricxSpec
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::AIPlatform::V1::MetricxInstance
Returns Required. Metricx instance.
1480 1481 1482 1483 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1480 class MetricxInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::MetricxSpec
Returns Required. Spec for Metricx metric.
1480 1481 1482 1483 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1480 class MetricxInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |