create_blueprint_version¶
Operation¶
create_blueprint_version
async
¶
create_blueprint_version(input: CreateBlueprintVersionInput, plugins: list[Plugin] | None = None) -> CreateBlueprintVersionOutput
Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateBlueprintVersionInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
CreateBlueprintVersionOutput
|
An instance of |
Input¶
CreateBlueprintVersionInput
dataclass
¶
Create Blueprint Version Request