public sealed class CancelHyperparameterTuningJobRequest : IMessage<CancelHyperparameterTuningJobRequest>, IEquatable<CancelHyperparameterTuningJobRequest>, IDeepCloneable<CancelHyperparameterTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CancelHyperparameterTuningJobRequest.
Request message for [JobService.CancelHyperparameterTuningJob][google.cloud.aiplatform.v1beta1.JobService.CancelHyperparameterTuningJob].
Implements
IMessageCancelHyperparameterTuningJobRequest, IEquatableCancelHyperparameterTuningJobRequest, IDeepCloneableCancelHyperparameterTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CancelHyperparameterTuningJobRequest()
public CancelHyperparameterTuningJobRequest()
CancelHyperparameterTuningJobRequest(CancelHyperparameterTuningJobRequest)
public CancelHyperparameterTuningJobRequest(CancelHyperparameterTuningJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CancelHyperparameterTuningJobRequest |
Properties
HyperparameterTuningJobName
public HyperparameterTuningJobName HyperparameterTuningJobName { get; set; }
HyperparameterTuningJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
HyperparameterTuningJobName |
Name
public string Name { get; set; }
Required. The name of the HyperparameterTuningJob to cancel.
Format:
projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
Property Value | |
---|---|
Type | Description |
string |