Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::GroundingChunk::Maps (v1.20.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::GroundingChunk::Maps.

Chunk from Google Maps.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#place_id

def place_id() -> ::String
Returns
  • (::String) — This Place's resource name, in places/{place_id} format. Can be used to look up the Place.

#place_id=

def place_id=(value) -> ::String
Parameter
  • value (::String) — This Place's resource name, in places/{place_id} format. Can be used to look up the Place.
Returns
  • (::String) — This Place's resource name, in places/{place_id} format. Can be used to look up the Place.

#text

def text() -> ::String
Returns
  • (::String) — Text of the chunk.

#text=

def text=(value) -> ::String
Parameter
  • value (::String) — Text of the chunk.
Returns
  • (::String) — Text of the chunk.

#title

def title() -> ::String
Returns
  • (::String) — Title of the chunk.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Title of the chunk.
Returns
  • (::String) — Title of the chunk.

#uri

def uri() -> ::String
Returns
  • (::String) — URI reference of the chunk.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — URI reference of the chunk.
Returns
  • (::String) — URI reference of the chunk.