Class: Google::Cloud::AIPlatform::V1::CustomOutput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Spec for custom output.

Instance Attribute Summary collapse

Instance Attribute Details

#raw_outputs::Google::Cloud::AIPlatform::V1::RawOutput (readonly)

Returns Output only. List of raw output strings.

Returns:



1611
1612
1613
1614
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1611

class CustomOutput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end