Cloud AI Platform v1 API - Class GetFeatureRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class GetFeatureRequest.

Request message for [FeaturestoreService.GetFeature][google.cloud.aiplatform.v1.FeaturestoreService.GetFeature]. Request message for [FeatureRegistryService.GetFeature][google.cloud.aiplatform.v1.FeatureRegistryService.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 for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}

Property Value
TypeDescription
string