Class ListFeatureMonitorJobsRequest (1.91.0)

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

Request message for FeatureRegistryService.ListFeatureMonitorJobs.

Attributes

Name Description
parent str
Required. The resource name of the FeatureMonitor to list FeatureMonitorJobs. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}
filter str
Optional. Lists the FeatureMonitorJobs that match the filter expression. The following fields are supported: - create_time: Supports =, !=, , >, <>, and >= comparisons. Values must be Examples: - create_time > "2020-01-01" FeatureMonitorJobs created after 2020-01-01.
page_size int
Optional. The maximum number of FeatureMonitorJobs to return. The service may return fewer than this value. If unspecified, at most 100 FeatureMonitorJobs will be returned. The maximum value is 100; any value greater than 100 will be coerced to 100.
page_token str
Optional. A page token, received from a previous FeatureRegistryService.ListFeatureMonitorJobs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FeatureRegistryService.ListFeatureMonitorJobs must match the call that provided the page token.
order_by str
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported Fields: - create_time

Methods

ListFeatureMonitorJobsRequest

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

Request message for FeatureRegistryService.ListFeatureMonitorJobs.