Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/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) ⇒ GoogleCloudAiplatformV1beta1CitationMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1CitationMetadata.



9887
9888
9889
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9887

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

Instance Attribute Details

#citationsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation>

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



9885
9886
9887
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9885

def citations
  @citations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9892
9893
9894
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9892

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