Vertex AI v1 API - Class GenerateFetchAccessTokenRequest (3.49.0)

public sealed class GenerateFetchAccessTokenRequest : IMessage<GenerateFetchAccessTokenRequest>, IEquatable<GenerateFetchAccessTokenRequest>, IDeepCloneable<GenerateFetchAccessTokenRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class GenerateFetchAccessTokenRequest.

Request message for [FeatureOnlineStoreService.GenerateFetchAccessToken][google.cloud.aiplatform.v1.FeatureOnlineStoreService.GenerateFetchAccessToken].

Inheritance

object > GenerateFetchAccessTokenRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GenerateFetchAccessTokenRequest()

public GenerateFetchAccessTokenRequest()

GenerateFetchAccessTokenRequest(GenerateFetchAccessTokenRequest)

public GenerateFetchAccessTokenRequest(GenerateFetchAccessTokenRequest other)
Parameter
Name Description
other GenerateFetchAccessTokenRequest

Properties

FeatureView

public string FeatureView { get; set; }

FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

Property Value
Type Description
string

FeatureViewAsFeatureViewName

public FeatureViewName FeatureViewAsFeatureViewName { get; set; }

FeatureViewName-typed view over the FeatureView resource name property.

Property Value
Type Description
FeatureViewName