public sealed class CancelCustomJobRequest : IMessage<CancelCustomJobRequest>, IEquatable<CancelCustomJobRequest>, IDeepCloneable<CancelCustomJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CancelCustomJobRequest.
Request message for
[JobService.CancelCustomJob][google.cloud.aiplatform.v1beta1.JobService.CancelCustomJob].
[[["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-03-25 UTC."],[[["This documentation is for the `CancelCustomJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta11."],["`CancelCustomJobRequest` is a request message used to cancel a custom job via the `JobService.CancelCustomJob` method, as defined in the API."],["The `CancelCustomJobRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CancelCustomJobRequest` class has two constructors and two main properties: `CustomJobName`, which is a typed view over the resource name property, and `Name`, which is the required name of the custom job to be cancelled."],["The `Name` property of the class takes a string, which must be formatted as `projects/{project}/locations/{location}/customJobs/{custom_job}`, when cancelling a custom job."]]],[]]