Class: Aws::CloudWatchEvents::Types::SageMakerPipelineParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::SageMakerPipelineParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of parameter to start execution of a SageMaker Model Building Pipeline.
-
#value ⇒ String
Value of parameter to start execution of a SageMaker Model Building Pipeline.
Instance Attribute Details
#name ⇒ String
Name of parameter to start execution of a SageMaker Model Building Pipeline.
3677 3678 3679 3680 3681 3682 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3677 class SageMakerPipelineParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Value of parameter to start execution of a SageMaker Model Building Pipeline.
3677 3678 3679 3680 3681 3682 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3677 class SageMakerPipelineParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |