Method: Aws::SageMaker::Types::InferenceExecutionConfig#mode
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#mode ⇒ String
How containers in a multi-container are run. The following values are valid.
-
SERIAL- Containers run as a serial pipeline. -
DIRECT- Only the individual container that you specify is run.
25631 25632 25633 25634 25635 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25631 class InferenceExecutionConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |