CreateSchemaRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for SchemaService.CreateSchema method.
Attributes |
|
---|---|
Name | Description |
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_v1alpha.types.Schema
Required. The Schema to create. |
schema_id |
str
Required. The ID to use for the Schema, which becomes the final component of the Schema.name. This field should conform to RFC-1034 __ standard
with a length limit of 63 characters.
|