public sealed class DeleteHyperparameterTuningJobRequest : IMessage<DeleteHyperparameterTuningJobRequest>, IEquatable<DeleteHyperparameterTuningJobRequest>, IDeepCloneable<DeleteHyperparameterTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteHyperparameterTuningJobRequest.
Request message for [JobService.DeleteHyperparameterTuningJob][google.cloud.aiplatform.v1beta1.JobService.DeleteHyperparameterTuningJob].
Implements
IMessageDeleteHyperparameterTuningJobRequest, IEquatableDeleteHyperparameterTuningJobRequest, IDeepCloneableDeleteHyperparameterTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteHyperparameterTuningJobRequest()
public DeleteHyperparameterTuningJobRequest()
DeleteHyperparameterTuningJobRequest(DeleteHyperparameterTuningJobRequest)
public DeleteHyperparameterTuningJobRequest(DeleteHyperparameterTuningJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteHyperparameterTuningJobRequest |
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 resource to be deleted.
Format:
projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
Property Value | |
---|---|
Type | Description |
string |