Class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1CitationMetadata

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



710
711
712
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 710

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

Instance Attribute Details

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

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



708
709
710
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 708

def citations
  @citations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



715
716
717
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 715

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