Class: Google::Cloud::AIPlatform::V1::GroundingMetadata::SourceFlaggingUri
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingMetadata::SourceFlaggingUri
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Source content flagging uri for a place or review. This is currently populated only for Google Maps grounding.
Instance Attribute Summary collapse
-
#flag_content_uri ⇒ ::String
A link where users can flag a problem with the source (place or review).
-
#source_id ⇒ ::String
Id of the place or review.
Instance Attribute Details
#flag_content_uri ⇒ ::String
Returns A link where users can flag a problem with the source (place or review). (-- The link is generated by Google and it does not contain information from the user query. It may contain information of the content it is flagging, which can be used to identify places. --).
899 900 901 902 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 899 class SourceFlaggingUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_id ⇒ ::String
Returns Id of the place or review.
899 900 901 902 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 899 class SourceFlaggingUri include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |