Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GoogleMapsGroundingTypes

Defines the types of Google Maps grounding that can be enabled and their configurations.

Inheritance
object
GoogleCloudAiplatformV1beta1GoogleMapsGroundingTypes
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX