Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CitationMetadata
- 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 source attributions for a piece of content.
Instance Attribute Summary collapse
-
#citations ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CitationMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1CitationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1CitationMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1CitationMetadata.
3005 3006 3007 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3005 def initialize(**args) update!(**args) end |
Instance Attribute Details
#citations ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Citation>
Output only. List of citations.
Corresponds to the JSON property citations
3003 3004 3005 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3003 def citations @citations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3010 3011 3012 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 3010 def update!(**args) @citations = args[:citations] if args.key?(:citations) end |