CreateServingConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request for CreateServingConfig method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. Full resource name of parent. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
|
serving_config |
google.cloud.discoveryengine_v1beta.types.ServingConfig
Required. The ServingConfig to create. |
serving_config_id |
str
Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /[a-zA-Z0-9][a-zA-Z0-9\_-]+/. |