Class: Aws::Scheduler::Types::SageMakerPipelineParameters

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-scheduler/types.rb

Overview

The templated target type for the Amazon SageMaker [ ‘StartPipelineExecution` ][1] API operation.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_parameter_listArray<Types::SageMakerPipelineParameter>

List of parameter names and values to use when executing the SageMaker Model Building Pipeline.



998
999
1000
1001
1002
# File 'lib/aws-sdk-scheduler/types.rb', line 998

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