Class CreateCustomJobRequest (1.0.1)

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

Request message for JobService.CreateCustomJob.

Attributes

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

Inheritance

builtins.object > proto.message.Message > CreateCustomJobRequest