Class CreateHyperparameterTuningJobRequest (0.4.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 `.gca_hyperparameter_tuning_job.HyperparameterTuningJob`
Required. The HyperparameterTuningJob to create.

Inheritance

builtins.object > proto.message.Message > CreateHyperparameterTuningJobRequest