public sealed class GetModelMonitorRequest : IMessage<GetModelMonitorRequest>, IEquatable<GetModelMonitorRequest>, IDeepCloneable<GetModelMonitorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetModelMonitorRequest.
Request message for
[ModelMonitoringService.GetModelMonitor][google.cloud.aiplatform.v1beta1.ModelMonitoringService.GetModelMonitor].
[[["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-04-09 UTC."],[[["This documentation is for the `GetModelMonitorRequest` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`GetModelMonitorRequest` is a request message used by `ModelMonitoringService.GetModelMonitor` to retrieve information about a specific Model Monitor resource."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties: `ModelMonitorName` which provides a typed view of the resource name and `Name` which stores the resource name as a string."],["There are two constructor options, a default parameterless constructor, and a copy constructor that creates a `GetModelMonitorRequest` instance from another `GetModelMonitorRequest` instance."]]],[]]