Class CreateStudyRequest (1.11.0)

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

Request message for VizierService.CreateStudy .

Attributes

Name Description
parent str
Required. The resource name of the Location to create the CustomJob in. Format: ``projects/{project}/locations/{location}``
study google.cloud.aiplatform_v1.types.Study
Required. The Study configuration used to create the Study.

Inheritance

builtins.object > proto.message.Message > CreateStudyRequest