public sealed class CancelTuningJobRequest : IMessage<CancelTuningJobRequest>, IEquatable<CancelTuningJobRequest>, IDeepCloneable<CancelTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CancelTuningJobRequest.
Request message for
[GenAiTuningService.CancelTuningJob][google.cloud.aiplatform.v1beta1.GenAiTuningService.CancelTuningJob].
[[["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-21 UTC."],[[["The `CancelTuningJobRequest` class is part of the Vertex AI v1beta1 API, used to request the cancellation of a tuning job."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and efficient buffering."],["The class provides a `Name` property, which is a string representing the full resource name of the tuning job to be canceled, following the format `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`."],["It also offers a `TuningJobName` property, which provides a typed view over the resource name for easier programmatic manipulation and it is of the type `TuningJobName`."],["There are two constructors available for the `CancelTuningJobRequest` class: one default constructor and another that takes a copy of another `CancelTuningJobRequest` object as a parameter."]]],[]]