Class CreateTrialRequest (1.18.1)

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

Request message for VizierService.CreateTrial.

Attributes

NameDescription
parent str
Required. The resource name of the Study to create the Trial in. Format: projects/{project}/locations/{location}/studies/{study}
trial google.cloud.aiplatform_v1.types.Trial
Required. The Trial to create.

Inheritance

builtins.object > proto.message.Message > CreateTrialRequest