Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CitationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
more...

Overview

A collection of source attributions for a piece of content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1CitationMetadata

Returns a new instance of GoogleCloudAiplatformV1CitationMetadata.

[View source]

2626
2627
2628
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2626

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#citationsArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Citation>

Output only. List of citations. Corresponds to the JSON property citations


2624
2625
2626
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2624

def citations
  @citations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

2631
2632
2633
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 2631

def update!(**args)
  @citations = args[:citations] if args.key?(:citations)
end