Class: Google::Cloud::AIPlatform::V1::CoherenceInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CoherenceInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Input for coherence metric.
Instance Attribute Summary collapse
-
#instance ⇒ ::Google::Cloud::AIPlatform::V1::CoherenceInstance
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::CoherenceSpec
Required.
Instance Attribute Details
#instance ⇒ ::Google::Cloud::AIPlatform::V1::CoherenceInstance
Returns Required. Coherence instance.
371 372 373 374 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 371 class CoherenceInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::CoherenceSpec
Returns Required. Spec for coherence score metric.
371 372 373 374 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 371 class CoherenceInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |