public sealed class DeleteModelDeploymentMonitoringJobRequest : IMessage<DeleteModelDeploymentMonitoringJobRequest>, IEquatable<DeleteModelDeploymentMonitoringJobRequest>, IDeepCloneable<DeleteModelDeploymentMonitoringJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteModelDeploymentMonitoringJobRequest.
Request message for
[JobService.DeleteModelDeploymentMonitoringJob][google.cloud.aiplatform.v1beta1.JobService.DeleteModelDeploymentMonitoringJob].
Required. The resource name of the model monitoring job to delete.
Format:
projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This documentation details the `DeleteModelDeploymentMonitoringJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET environment, with the latest version being beta21."],["The `DeleteModelDeploymentMonitoringJobRequest` class is a request message used for the `JobService.DeleteModelDeploymentMonitoringJob` operation, allowing users to initiate the deletion of a model deployment monitoring job."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors, a parameterless one, and one that takes another `DeleteModelDeploymentMonitoringJobRequest` object as an argument, in addition to two properties, `ModelDeploymentMonitoringJobName`, which is a typed view of `Name` property, and the `Name` property, which represents the resource name of the job to be deleted."],["`DeleteModelDeploymentMonitoringJobRequest` requires the full resource `Name` of the model deployment monitoring job to be deleted, following the specified format: `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`."]]],[]]