Cloud AI Platform v1 API - Class GetModelDeploymentMonitoringJobRequest (2.27.0)

public sealed class GetModelDeploymentMonitoringJobRequest : IMessage<GetModelDeploymentMonitoringJobRequest>, IEquatable<GetModelDeploymentMonitoringJobRequest>, IDeepCloneable<GetModelDeploymentMonitoringJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetModelDeploymentMonitoringJobRequest.

Request message for [JobService.GetModelDeploymentMonitoringJob][google.cloud.aiplatform.v1.JobService.GetModelDeploymentMonitoringJob].

Inheritance

object > GetModelDeploymentMonitoringJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetModelDeploymentMonitoringJobRequest()

public GetModelDeploymentMonitoringJobRequest()

GetModelDeploymentMonitoringJobRequest(GetModelDeploymentMonitoringJobRequest)

public GetModelDeploymentMonitoringJobRequest(GetModelDeploymentMonitoringJobRequest other)
Parameter
NameDescription
otherGetModelDeploymentMonitoringJobRequest

Properties

ModelDeploymentMonitoringJobName

public ModelDeploymentMonitoringJobName ModelDeploymentMonitoringJobName { get; set; }

ModelDeploymentMonitoringJobName-typed view over the Name resource name property.

Property Value
TypeDescription
ModelDeploymentMonitoringJobName

Name

public string Name { get; set; }

Required. The resource name of the ModelDeploymentMonitoringJob. Format: projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}

Property Value
TypeDescription
string