Cloud AI Platform v1 API - Class CancelTuningJobRequest (3.0.0)

public sealed class CancelTuningJobRequest : IMessage<CancelTuningJobRequest>, IEquatable<CancelTuningJobRequest>, IDeepCloneable<CancelTuningJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CancelTuningJobRequest.

Request message for [GenAiTuningService.CancelTuningJob][google.cloud.aiplatform.v1.GenAiTuningService.CancelTuningJob].

Inheritance

object > CancelTuningJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CancelTuningJobRequest()

public CancelTuningJobRequest()

CancelTuningJobRequest(CancelTuningJobRequest)

public CancelTuningJobRequest(CancelTuningJobRequest other)
Parameter
Name Description
other CancelTuningJobRequest

Properties

Name

public string Name { get; set; }

Required. The name of the TuningJob to cancel. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}

Property Value
Type Description
string

TuningJobName

public TuningJobName TuningJobName { get; set; }

TuningJobName-typed view over the Name resource name property.

Property Value
Type Description
TuningJobName