Creates a new feature monitor job.
Endpoint
posthttps://{service-endpoint}/v1beta1/{parent}/featureMonitorJobs
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The resource name of FeatureMonitor to create FeatureMonitorJob. Format: projects/{project}/locations/{location}/featureGroups/{featureGroup}/featureMonitors/{featureMonitor}
Query parameters
featureMonitorJobId
string (int64 format)
Optional. Output only. System-generated id for feature monitor job.
Request body
The request body contains an instance of FeatureMonitorJob
.
Response body
If successful, the response body contains a newly created instance of FeatureMonitorJob
.