ProjectsLocationsModelDeploymentMonitoringJobs
class ProjectsLocationsModelDeploymentMonitoringJobs extends Resource (View source)
The "modelDeploymentMonitoringJobs" collection of methods.
Typical usage is:
 $aiplatformService = new Google\Service\Aiplatform(...);
 $modelDeploymentMonitoringJobs = $aiplatformService->projects_locations_modelDeploymentMonitoringJobs;Methods
Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. (modelDeploymentMonitoringJobs.create)
Deletes a ModelDeploymentMonitoringJob.
Gets a ModelDeploymentMonitoringJob. (modelDeploymentMonitoringJobs.get)
Lists ModelDeploymentMonitoringJobs in a Location. (modelDeploymentMonitoring Jobs.listProjectsLocationsModelDeploymentMonitoringJobs)
Updates a ModelDeploymentMonitoringJob. (modelDeploymentMonitoringJobs.patch)
Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'.
Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
Searches Model Monitoring Statistics generated within a given time window.
Details
        
                            GoogleCloudAiplatformV1ModelDeploymentMonitoringJob
    create(string $parent, GoogleCloudAiplatformV1ModelDeploymentMonitoringJob $postBody, array $optParams = [])
        
    
    Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval. (modelDeploymentMonitoringJobs.create)
        
                            GoogleLongrunningOperation
    delete(string $name, array $optParams = [])
        
    
    Deletes a ModelDeploymentMonitoringJob.
(modelDeploymentMonitoringJobs.delete)
        
                            GoogleCloudAiplatformV1ModelDeploymentMonitoringJob
    get(string $name, array $optParams = [])
        
    
    Gets a ModelDeploymentMonitoringJob. (modelDeploymentMonitoringJobs.get)
        
                            GoogleCloudAiplatformV1ListModelDeploymentMonitoringJobsResponse
    listProjectsLocationsModelDeploymentMonitoringJobs(string $parent, array $optParams = [])
        
    
    Lists ModelDeploymentMonitoringJobs in a Location. (modelDeploymentMonitoring Jobs.listProjectsLocationsModelDeploymentMonitoringJobs)
        
                            GoogleLongrunningOperation
    patch(string $name, GoogleCloudAiplatformV1ModelDeploymentMonitoringJob $postBody, array $optParams = [])
        
    
    Updates a ModelDeploymentMonitoringJob. (modelDeploymentMonitoringJobs.patch)
        
                            GoogleProtobufEmpty
    pause(string $name, GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest $postBody, array $optParams = [])
        
    
    Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'.
(modelDeploymentMonitoringJobs.pause)
        
                            GoogleProtobufEmpty
    resume(string $name, GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest $postBody, array $optParams = [])
        
    
    Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
(modelDeploymentMonitoringJobs.resume)
        
                            GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse
    searchModelDeploymentMonitoringStatsAnomalies(string $modelDeploymentMonitoringJob, GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest $postBody, array $optParams = [])
        
    
    Searches Model Monitoring Statistics generated within a given time window.
(modelDeploymentMonitoringJobs.searchModelDeploymentMonitoringStatsAnomalies)