public sealed class GetFeaturestoreRequest : IMessage<GetFeaturestoreRequest>, IEquatable<GetFeaturestoreRequest>, IDeepCloneable<GetFeaturestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetFeaturestoreRequest.
Request message for
[FeaturestoreService.GetFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeaturestore].
[[["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."],[[["The `GetFeaturestoreRequest` class is part of the Vertex AI v1beta1 API, designed to request a specific feature store."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["This class includes a constructor for creating a new `GetFeaturestoreRequest` and another for creating a copy of an existing instance."],["The `GetFeaturestoreRequest` class has properties `FeaturestoreName` (a typed view) and `Name` (a string) to specify the feature store resource being requested."],["This class is within the namespace `Google.Cloud.AIPlatform.V1Beta1` and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]