Class: Google::Cloud::AIPlatform::V1::Citation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_index::Integer (readonly)

Returns Output only. End index into the content.

Returns:

  • (::Integer)

    Output only. End index into the content.



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#license::String (readonly)

Returns Output only. License of the attribution.

Returns:

  • (::String)

    Output only. License of the attribution.



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

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.

Returns:



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_index::Integer (readonly)

Returns Output only. Start index into the content.

Returns:

  • (::Integer)

    Output only. Start index into the content.



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#title::String (readonly)

Returns Output only. Title of the attribution.

Returns:

  • (::String)

    Output only. Title of the attribution.



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String (readonly)

Returns Output only. Url reference of the attribution.

Returns:

  • (::String)

    Output only. Url reference of the attribution.



356
357
358
359
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 356

class Citation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end