Class CreateHyperparameterTuningJobRequest (1.14.0)

CreateHyperparameterTuningJobRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for JobService.CreateHyperparameterTuningJob.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create the HyperparameterTuningJob in. Format: ``projects/{project}/locations/{location}``
hyperparameter_tuning_job google.cloud.aiplatform_v1beta1.types.HyperparameterTuningJob
Required. The HyperparameterTuningJob to create.

Inheritance

builtins.object > proto.message.Message > CreateHyperparameterTuningJobRequest