Class: Aws::BedrockDataAutomation::Types::BlueprintOptimizationSample
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::BlueprintOptimizationSample
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Blueprint Recommendation Sample
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_s3_object ⇒ Types::S3Object
S3 Object of the asset.
-
#ground_truth_s3_object ⇒ Types::S3Object
Ground truth for the Blueprint and Asset combination.
Instance Attribute Details
#asset_s3_object ⇒ Types::S3Object
S3 Object of the asset
328 329 330 331 332 333 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 328 class BlueprintOptimizationSample < Struct.new( :asset_s3_object, :ground_truth_s3_object) SENSITIVE = [] include Aws::Structure end |
#ground_truth_s3_object ⇒ Types::S3Object
Ground truth for the Blueprint and Asset combination
328 329 330 331 332 333 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 328 class BlueprintOptimizationSample < Struct.new( :asset_s3_object, :ground_truth_s3_object) SENSITIVE = [] include Aws::Structure end |