Class: Google::Cloud::AIPlatform::V1::CustomOutputFormatConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CustomOutputFormatConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for custom output format configuration.
Instance Attribute Summary collapse
-
#return_raw_output ⇒ ::Boolean
Optional.
Instance Attribute Details
#return_raw_output ⇒ ::Boolean
Returns Optional. Whether to return raw output.
1587 1588 1589 1590 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1587 class CustomOutputFormatConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |