Class: Aws::BedrockRuntime::Types::StartAsyncInvokeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::StartAsyncInvokeRequest
- Defined in:
- gems/aws-sdk-bedrockruntime/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.
2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2842 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.
2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2842 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.
2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2842 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.
2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2842 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.
2842 2843 2844 2845 2846 2847 2848 2849 2850 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2842 class StartAsyncInvokeRequest < Struct.new( :client_request_token, :model_id, :model_input, :output_data_config, :tags) SENSITIVE = [:model_input] include Aws::Structure end |