Class: Aws::BedrockRuntime::Types::StartAsyncInvokeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::StartAsyncInvokeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:model_input]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Specify idempotency token to ensure that requests are not duplicated.
-
#model_id ⇒ String
The model to invoke.
-
#model_input ⇒ Hash, ...
Input to send to the model.
-
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Where to store the output.
-
#tags ⇒ Array<Types::Tag>
Tags to apply to the invocation.
Instance Attribute Details
#client_request_token ⇒ String
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.
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_id ⇒ String
The model to invoke.
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_input ⇒ Hash, ...
Input to send to the model.
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_config ⇒ Types::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 |
#tags ⇒ Array<Types::Tag>
Tags to apply to the invocation.
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 |