Class: Aws::Scheduler::Types::SageMakerPipelineParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::SageMakerPipelineParameters
- 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
-
#pipeline_parameter_list ⇒ Array<Types::SageMakerPipelineParameter>
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.
Instance Attribute Details
#pipeline_parameter_list ⇒ Array<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 |