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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#client_configTypes::AsyncInferenceClientConfig

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



1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1584

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

#output_configTypes::AsyncInferenceOutputConfig

Specifies the configuration for asynchronous inference invocation outputs.



1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 1584

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