Cloud AI Platform v1 API - Class CreateHyperparameterTuningJobRequest (2.24.0)

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

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

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