Class: Aws::BedrockDataAutomation::Types::InvokeBlueprintOptimizationAsyncRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::InvokeBlueprintOptimizationAsyncRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Invoke Blueprint Optimization Async Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint ⇒ Types::BlueprintOptimizationObject
Blueprint to be optimized.
-
#data_automation_profile_arn ⇒ String
Data automation profile ARN.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Encryption configuration.
-
#output_configuration ⇒ Types::BlueprintOptimizationOutputConfiguration
Output configuration where the results should be placed.
-
#samples ⇒ Array<Types::BlueprintOptimizationSample>
List of Blueprint Optimization Samples.
-
#tags ⇒ Array<Types::Tag>
List of tags.
Instance Attribute Details
#blueprint ⇒ Types::BlueprintOptimizationObject
Blueprint to be optimized
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#data_automation_profile_arn ⇒ String
Data automation profile ARN
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Encryption configuration.
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#output_configuration ⇒ Types::BlueprintOptimizationOutputConfiguration
Output configuration where the results should be placed
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#samples ⇒ Array<Types::BlueprintOptimizationSample>
List of Blueprint Optimization Samples
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
List of tags.
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1266 class InvokeBlueprintOptimizationAsyncRequest < Struct.new( :blueprint, :samples, :output_configuration, :data_automation_profile_arn, :encryption_configuration, :tags) SENSITIVE = [] include Aws::Structure end |