Class CreateTrialRequest (0.6.0)

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_v1beta1.types.Trial
Required. The Trial to create.

Inheritance

builtins.object > proto.message.Message > CreateTrialRequest