class
Amazonite::EventBridge::SageMakerPipelineParameter
- Amazonite::EventBridge::SageMakerPipelineParameter
- Reference
- Object
Overview
Name/Value pair of a parameter to start execution of a SageMaker AI Model Building Pipeline.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/sage_maker_pipeline_parameter.crConstructors
- .new(name : String, value : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String
Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
-
#name=(name : String)
Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
- #validate! : Nil
-
#value : String
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
-
#value=(value : String)
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.