public sealed class CreateHyperparameterTuningJobRequest : IMessage<CreateHyperparameterTuningJobRequest>, IEquatable<CreateHyperparameterTuningJobRequest>, IDeepCloneable<CreateHyperparameterTuningJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateHyperparameterTuningJobRequest.
Request message for [JobService.CreateHyperparameterTuningJob][google.cloud.aiplatform.v1beta1.JobService.CreateHyperparameterTuningJob].
Implements
IMessageCreateHyperparameterTuningJobRequest, IEquatableCreateHyperparameterTuningJobRequest, IDeepCloneableCreateHyperparameterTuningJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateHyperparameterTuningJobRequest()
public CreateHyperparameterTuningJobRequest()CreateHyperparameterTuningJobRequest(CreateHyperparameterTuningJobRequest)
public CreateHyperparameterTuningJobRequest(CreateHyperparameterTuningJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateHyperparameterTuningJobRequest |
Properties
HyperparameterTuningJob
public HyperparameterTuningJob HyperparameterTuningJob { get; set; }Required. The HyperparameterTuningJob to create.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|