Class: Google::Cloud::AIPlatform::V1::RawOutput

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

Raw output.

Instance Attribute Summary collapse

Instance Attribute Details

#raw_output::Array<::String> (readonly)

Returns Output only. Raw output string.

Returns:

  • (::Array<::String>)

    Output only. Raw output string.



1620
1621
1622
1623
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1620

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