Class GoogleCloudAiplatformV1beta1GoogleMapsGroundingTypes
Defines the types of Google Maps grounding that can be enabled and their configurations.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1GoogleMapsGroundingTypes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Places
Optional. Enables grounding with Google Maps Places. This is the default grounding type when no
GroundingTypes are specified.
Declaration
[JsonProperty("places")]
public virtual GoogleCloudAiplatformV1beta1GoogleMapsPlaces Places { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GoogleMapsPlaces |
Routing
Optional. Enables grounding with Google Maps Routing APIs (ComputeRoutes and SearchAlongRoute).
Declaration
[JsonProperty("routing")]
public virtual GoogleCloudAiplatformV1beta1GoogleMapsRouting Routing { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GoogleMapsRouting |