Class CreateHyperparameterTuningJobRequest (1.6.0)

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

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

Inheritance

Object > CreateHyperparameterTuningJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateHyperparameterTuningJobRequest()

public CreateHyperparameterTuningJobRequest()

CreateHyperparameterTuningJobRequest(CreateHyperparameterTuningJobRequest)

public CreateHyperparameterTuningJobRequest(CreateHyperparameterTuningJobRequest other)
Parameter
NameDescription
otherCreateHyperparameterTuningJobRequest

Properties

HyperparameterTuningJob

public HyperparameterTuningJob HyperparameterTuningJob { get; set; }

Required. The HyperparameterTuningJob to create.

Property Value
TypeDescription
HyperparameterTuningJob

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName