public sealed class GetFeatureMonitorRequest : IMessage<GetFeatureMonitorRequest>, IEquatable<GetFeatureMonitorRequest>, IDeepCloneable<GetFeatureMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetFeatureMonitorRequest.
Request message for
[FeatureRegistryService.GetFeatureMonitor][google.cloud.aiplatform.v1beta1.FeatureRegistryService.GetFeatureMonitor].
[[["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 `GetFeatureMonitorRequest` class is a request message for the `FeatureRegistryService.GetFeatureMonitor` method within the Vertex AI v1beta1 API."],["This class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`GetFeatureMonitorRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FeatureMonitorName` (typed view over the resource name) and `Name` (the required name of the FeatureMonitor resource)."],["There are two constructors available for `GetFeatureMonitorRequest`: a default one and another which takes another `GetFeatureMonitorRequest` as a parameter."]]],[]]