Class: Aws::BedrockDataAutomation::Types::InvokeBlueprintOptimizationAsyncRequest

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

Overview

Invoke Blueprint Optimization Async Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintTypes::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_arnString

Data automation profile ARN

Returns:

  • (String)


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_configurationTypes::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_configurationTypes::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

#samplesArray<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

#tagsArray<Types::Tag>

List of tags.

Returns:



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