Cloud AI Platform v1 API - Class DeleteHyperparameterTuningJobRequest (2.27.0)

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

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

Request message for [JobService.DeleteHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.DeleteHyperparameterTuningJob].

Inheritance

object > DeleteHyperparameterTuningJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteHyperparameterTuningJobRequest()

public DeleteHyperparameterTuningJobRequest()

DeleteHyperparameterTuningJobRequest(DeleteHyperparameterTuningJobRequest)

public DeleteHyperparameterTuningJobRequest(DeleteHyperparameterTuningJobRequest other)
Parameter
NameDescription
otherDeleteHyperparameterTuningJobRequest

Properties

HyperparameterTuningJobName

public HyperparameterTuningJobName HyperparameterTuningJobName { get; set; }

HyperparameterTuningJobName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string