Class CreateHyperparameterTuningJobRequest (1.7.1)

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

Request message for JobService.CreateHyperparameterTuningJob .

Attributes

Name Description
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