public sealed class GetFeatureRequest : IMessage<GetFeatureRequest>, IEquatable<GetFeatureRequest>, IDeepCloneable<GetFeatureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetFeatureRequest.
Request message for
[FeaturestoreService.GetFeature][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeature].
Request message for
[FeatureRegistryService.GetFeature][google.cloud.aiplatform.v1beta1.FeatureRegistryService.GetFeature].
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["`GetFeatureRequest` is a class within the `Google.Cloud.AIPlatform.V1Beta1` namespace, serving as the request message for fetching a feature via the `FeaturestoreService.GetFeature` or `FeatureRegistryService.GetFeature` methods."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetFeatureRequest\u003e`, `IDeepCloneable\u003cGetFeatureRequest\u003e`, and `IBufferMessage`, enabling its use within the Google Cloud AI Platform."],["It inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, which are standard methods for .NET objects."],["The class has two constructors: a default constructor and one that takes another `GetFeatureRequest` object for cloning, allowing for easy object duplication."],["`GetFeatureRequest` includes two key properties: `FeatureName` for a typed view of the resource name and `Name`, which is a string representing the required name of the Feature resource, and must follow a specified format depending on its parent."]]],[]]