Class: Google::Cloud::AIPlatform::V1::MetricxInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetricxInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for MetricX instance - The fields used for evaluation are dependent on the MetricX version.
Instance Attribute Summary collapse
-
#prediction ⇒ ::String
Required.
-
#reference ⇒ ::String
Optional.
-
#source ⇒ ::String
Optional.
Instance Attribute Details
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
1528 1529 1530 1531 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1528 class MetricxInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference ⇒ ::String
Returns Optional. Ground truth used to compare against the prediction.
1528 1529 1530 1531 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1528 class MetricxInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
Returns Optional. Source text in original language.
1528 1529 1530 1531 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1528 class MetricxInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |