public sealed class GetFeatureViewRequest : IMessage<GetFeatureViewRequest>, IEquatable<GetFeatureViewRequest>, IDeepCloneable<GetFeatureViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetFeatureViewRequest.
Request message for
[FeatureOnlineStoreAdminService.GetFeatureView][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.GetFeatureView].
Required. The name of the FeatureView resource.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
[[["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."],[[["`GetFeatureViewRequest` is a class in the `Google.Cloud.AIPlatform.V1Beta1` namespace, serving as a request message for the `FeatureOnlineStoreAdminService.GetFeatureView` method in the Cloud AI Platform v1beta1 API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides different functionalities such as cloning and comparison operations."],["The `GetFeatureViewRequest` class has two constructors: a default constructor and a constructor that accepts another `GetFeatureViewRequest` object for creating a new instance based on an existing one."],["It contains two key properties, `FeatureViewName` (a typed view over the resource name) and `Name` (the resource name), which are used to specify the FeatureView resource to be retrieved, following a specific format."],["The provided documentation covers the latest version, 1.0.0-beta21, of the `GetFeatureViewRequest` alongside a previous version, 1.0.0-beta20."]]],[]]