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

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

Overview

The templated target type for the Amazon SageMaker StartPipelineExecution API operation.

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 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 998

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