Class: Aws::SageMaker::Types::AsyncInferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AsyncInferenceConfig
- 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
-
#client_config ⇒ Types::AsyncInferenceClientConfig
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
-
#output_config ⇒ Types::AsyncInferenceOutputConfig
Specifies the configuration for asynchronous inference invocation outputs.
Instance Attribute Details
#client_config ⇒ Types::AsyncInferenceClientConfig
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1639 class AsyncInferenceConfig < Struct.new( :client_config, :output_config) SENSITIVE = [] include Aws::Structure end |
#output_config ⇒ Types::AsyncInferenceOutputConfig
Specifies the configuration for asynchronous inference invocation outputs.
1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1639 class AsyncInferenceConfig < Struct.new( :client_config, :output_config) SENSITIVE = [] include Aws::Structure end |