bedrockdataautomation_get_blueprint {paws.machine.learning}R Documentation

Gets an existing Amazon Bedrock Data Automation Blueprint

Description

Gets an existing Amazon Bedrock Data Automation Blueprint

See https://www.paws-r-sdk.com/docs/bedrockdataautomation_get_blueprint/ for full documentation.

Usage

bedrockdataautomation_get_blueprint(
  blueprintArn,
  blueprintVersion = NULL,
  blueprintStage = NULL
)

Arguments

blueprintArn

[required] ARN generated at the server side when a Blueprint is created

blueprintVersion

Optional field to get a specific Blueprint version

blueprintStage

Optional field to get a specific Blueprint stage


[Package paws.machine.learning version 0.9.0 Index]