Class: Aws::BedrockRuntime::Types::StartAsyncInvokeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:model_input]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

Specify idempotency token to ensure that requests are not duplicated.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


2542
2543
2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2542

class StartAsyncInvokeRequest < Struct.new(
  :client_request_token,
  :model_id,
  :model_input,
  :output_data_config,
  :tags)
  SENSITIVE = [:model_input]
  include Aws::Structure
end

#model_idString

The model to invoke.

Returns:

  • (String)


2542
2543
2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2542

class StartAsyncInvokeRequest < Struct.new(
  :client_request_token,
  :model_id,
  :model_input,
  :output_data_config,
  :tags)
  SENSITIVE = [:model_input]
  include Aws::Structure
end

#model_inputHash, ...

Input to send to the model.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2542
2543
2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2542

class StartAsyncInvokeRequest < Struct.new(
  :client_request_token,
  :model_id,
  :model_input,
  :output_data_config,
  :tags)
  SENSITIVE = [:model_input]
  include Aws::Structure
end

#output_data_configTypes::AsyncInvokeOutputDataConfig

Where to store the output.



2542
2543
2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2542

class StartAsyncInvokeRequest < Struct.new(
  :client_request_token,
  :model_id,
  :model_input,
  :output_data_config,
  :tags)
  SENSITIVE = [:model_input]
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags to apply to the invocation.

Returns:



2542
2543
2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2542

class StartAsyncInvokeRequest < Struct.new(
  :client_request_token,
  :model_id,
  :model_input,
  :output_data_config,
  :tags)
  SENSITIVE = [:model_input]
  include Aws::Structure
end