Vertex AI v1beta1 API - Class GenerateFetchAccessTokenRequest (1.0.0-beta55)

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

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

Request message for [FeatureOnlineStoreService.GenerateFetchAccessToken][].

Inheritance

object > GenerateFetchAccessTokenRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.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