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

Overview

A collection of citations that apply to a piece of generated content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1CitationMetadata

Returns a new instance of GoogleCloudAiplatformV1CitationMetadata.



3681
3682
3683
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3681

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

Instance Attribute Details

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

Output only. A list of citations for the content. Corresponds to the JSON property citations



3679
3680
3681
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3679

def citations
  @citations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3686
3687
3688
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 3686

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