Class: Google::Cloud::AIPlatform::V1::Citation
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Citation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Source attributions for content.
Instance Attribute Summary collapse
-
#end_index ⇒ ::Integer
readonly
Output only.
-
#license ⇒ ::String
readonly
Output only.
-
#publication_date ⇒ ::Google::Type::Date
readonly
Output only.
-
#start_index ⇒ ::Integer
readonly
Output only.
-
#title ⇒ ::String
readonly
Output only.
-
#uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#end_index ⇒ ::Integer (readonly)
Returns Output only. End index into the content.
365 366 367 368 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 365 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#license ⇒ ::String (readonly)
Returns Output only. License of the attribution.
365 366 367 368 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 365 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publication_date ⇒ ::Google::Type::Date (readonly)
Returns Output only. Publication date of the attribution.
365 366 367 368 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 365 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_index ⇒ ::Integer (readonly)
Returns Output only. Start index into the content.
365 366 367 368 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 365 class Citation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |