Class GetFeatureRequest (1.4.0)

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

Request message for [FeaturestoreService.GetFeature][google.cloud.aiplatform.v1.FeaturestoreService.GetFeature].

Inheritance

Object > GetFeatureRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetFeatureRequest()

public GetFeatureRequest()

GetFeatureRequest(GetFeatureRequest)

public GetFeatureRequest(GetFeatureRequest other)
Parameter
NameDescription
otherGetFeatureRequest

Properties

FeatureName

public FeatureName FeatureName { get; set; }

FeatureName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureName

Name

public string Name { get; set; }

Required. The name of the Feature resource. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

Property Value
TypeDescription
String