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].
Implements
IMessageCancelTuningJobRequest, IEquatableCancelTuningJobRequest, IDeepCloneableCancelTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |