Class: Google::Cloud::AIPlatform::V1::ContentMap::Contents

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

Repeated Content type.

Instance Attribute Summary collapse

Instance Attribute Details

#contents::Array<::Google::Cloud::AIPlatform::V1::Content>

Returns Optional. Repeated contents.

Returns:



2039
2040
2041
2042
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 2039

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