Class ListModelDeploymentMonitoringJobsRequest (1.12.1)

ListModelDeploymentMonitoringJobsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for JobService.ListModelDeploymentMonitoringJobs.

Attributes

NameDescription
parent str
Required. The parent of the ModelDeploymentMonitoringJob. Format: ``projects/{project}/locations/{location}``
filter str
The standard list filter.
page_size int
The standard list page size.
page_token str
The standard list page token.
read_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read

Inheritance

builtins.object > proto.message.Message > ListModelDeploymentMonitoringJobsRequest