Class CreateSchemaRequest (0.11.11)

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

Request message for SchemaService.CreateSchema method.

Attributes

NameDescription
parent str
Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.
schema google.cloud.discoveryengine_v1.types.Schema
Required. The Schema to create.
schema_id str
Required. The ID to use for the Schema, which will become the final component of the Schema.name. This field should conform to RFC-1034 __ standard with a length limit of 63 characters.