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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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)


3620
3621
3622
3623
3624
3625
3626
3627
3628
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3620

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)


3620
3621
3622
3623
3624
3625
3626
3627
3628
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3620

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)


3620
3621
3622
3623
3624
3625
3626
3627
3628
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3620

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.



3620
3621
3622
3623
3624
3625
3626
3627
3628
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3620

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:



3620
3621
3622
3623
3624
3625
3626
3627
3628
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3620

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