Class: Google::Cloud::AIPlatform::V1::CoherenceInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CoherenceInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for coherence instance.
Instance Attribute Summary collapse
-
#prediction ⇒ ::String
Required.
Instance Attribute Details
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
380 381 382 383 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 380 class CoherenceInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |