Class: Google::Cloud::AIPlatform::V1::CitationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CitationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
A collection of source attributions for a piece of content.
Instance Attribute Summary collapse
-
#citations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Citation>
readonly
Output only.
Instance Attribute Details
#citations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Citation> (readonly)
Returns Output only. List of citations.
341 342 343 344 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 341 class CitationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |