Class CreateEngineRequest (0.11.11)

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

Request for EngineService.CreateEngine method.

Attributes

NameDescription
parent str
Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}.
engine google.cloud.discoveryengine_v1beta.types.Engine
Required. The Engine to create.
engine_id str
Required. The ID to use for the Engine, which will become the final component of the Engine's resource name. This field must conform to RFC-1034 __ standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.