Cloud AI Platform v1beta1 API - Class GetModelMonitorRequest (1.0.0-beta02)

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].

Inheritance

object > GetModelMonitorRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

GetModelMonitorRequest()

public GetModelMonitorRequest()

GetModelMonitorRequest(GetModelMonitorRequest)

public GetModelMonitorRequest(GetModelMonitorRequest other)
Parameter
Name Description
other GetModelMonitorRequest

Properties

ModelMonitorName

public ModelMonitorName ModelMonitorName { get; set; }

ModelMonitorName-typed view over the Name resource name property.

Property Value
Type Description
ModelMonitorName

Name

public string Name { get; set; }

Required. The name of the ModelMonitor resource. Format: projects/{project}/locations/{location}/modelMonitors/{model_monitor}

Property Value
Type Description
string