ProjectsLocationsModelDeploymentMonitoringJobsResource class

Constructors

ProjectsLocationsModelDeploymentMonitoringJobsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsModelDeploymentMonitoringJobsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudAiplatformV1ModelDeploymentMonitoringJob request, String parent, {String? $fields}) Future<GoogleCloudAiplatformV1ModelDeploymentMonitoringJob>
Creates a ModelDeploymentMonitoringJob.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a ModelDeploymentMonitoringJob.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1ModelDeploymentMonitoringJob>
Gets a ModelDeploymentMonitoringJob.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListModelDeploymentMonitoringJobsResponse>
Lists ModelDeploymentMonitoringJobs in a Location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1ModelDeploymentMonitoringJob request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a ModelDeploymentMonitoringJob.
pause(GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Pauses a ModelDeploymentMonitoringJob.
resume(GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Resumes a paused ModelDeploymentMonitoringJob.
searchModelDeploymentMonitoringStatsAnomalies(GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest request, String modelDeploymentMonitoringJob, {String? $fields}) Future<GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse>
Searches Model Monitoring Statistics generated within a given time window.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited