Class: Aws::SageMaker::Types::AsyncInferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AsyncInferenceConfig
- Defined in:
- gems/aws-sdk-sagemaker/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.
1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1651 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.
1651 1652 1653 1654 1655 1656 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1651 class AsyncInferenceConfig < Struct.new( :client_config, :output_config) SENSITIVE = [] include Aws::Structure end |