Class: Aws::SageMaker::Types::ParallelismConfiguration

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

Overview

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_parallel_execution_stepsInteger

The max number of steps that can be executed in parallel.

Returns:

  • (Integer)


33929
33930
33931
33932
33933
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33929

class ParallelismConfiguration < Struct.new(
  :max_parallel_execution_steps)
  SENSITIVE = []
  include Aws::Structure
end