Class: Aws::BedrockDataAutomation::Types::BlueprintOptimizationSample

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Blueprint Recommendation Sample

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_s3_objectTypes::S3Object

S3 Object of the asset

Returns:



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_objectTypes::S3Object

Ground truth for the Blueprint and Asset combination

Returns:



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