aws.lexv2_models.describe_bot_resource_generation
Example SQL Queries
SELECT * FROMaws.lexv2_models.describe_bot_resource_generationWHERE"bot_id" = 'VALUE'AND "bot_version" = 'VALUE'AND "locale_id" = 'VALUE'AND "generation_id" = 'VALUE';Description
Returns information about a request to generate a bot through natural language description, made through the StartBotResource API. Use the generatedBotLocaleUrl to retrieve the Amazon S3 object containing the bot locale configuration. You can then modify and import this configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The unique identifier of the bot for which the generation request was made. | VARCHAR |
| bot_version Required Input Column The version of the bot for which the generation request was made. | VARCHAR |
| generation_id Required Input Column The generation ID for which to return the generation details. | VARCHAR |
| locale_id Required Input Column The locale of the bot for which the generation request was made. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_date_time The date and time at which the item was generated. | TIMESTAMP_S |
| failure_reasons A list of reasons why the generation of bot resources through natural language description failed. | VARCHAR[] |
Show child fields
| |
| generated_bot_locale_url The Amazon S3 location of the generated bot locale configuration. | VARCHAR |
| generation_input_prompt The prompt used in the generation request. | VARCHAR |
| generation_status The status of the generation request. | VARCHAR |
| last_updated_date_time The date and time at which the generated item was updated. | TIMESTAMP_S |
| model_arn The ARN of the model used to generate the bot resources. | VARCHAR |