Class: Aws::SageMaker::Types::AsyncInferenceConfig

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

Overview

Specifies configuration for how an endpoint performs asynchronous inference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_configTypes::AsyncInferenceClientConfig

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.



1675
1676
1677
1678
1679
1680
# File 'lib/aws-sdk-sagemaker/types.rb', line 1675

class AsyncInferenceConfig < Struct.new(
  :client_config,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::AsyncInferenceOutputConfig

Specifies the configuration for asynchronous inference invocation outputs.



1675
1676
1677
1678
1679
1680
# File 'lib/aws-sdk-sagemaker/types.rb', line 1675

class AsyncInferenceConfig < Struct.new(
  :client_config,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end