public sealed class CancelTuningJobRequest : IMessage<CancelTuningJobRequest>, IEquatable<CancelTuningJobRequest>, IDeepCloneable<CancelTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `CancelTuningJobRequest` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`CancelTuningJobRequest` is a request message used to cancel a tuning job through the `GenAiTuningService.CancelTuningJob` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two constructors, one default and one that copies from another `CancelTuningJobRequest`, and includes properties `Name` and `TuningJobName` to identify the tuning job to be cancelled."],["The required format for the `Name` property is `projects/{project}/locations/{location}/tuningJobs/{tuning_job}` to accurately identify the job."]]],[]]