| Parameter | R Documentation |
Pipeline parameter for workflow.
sagemaker.workflow::Entity -> Parameter
nameThe name of the parameter.
parameter_typeThe type of the parameter
default_valueThe default python value of the parameter
exprThe 'Get' expression dict for a 'Parameter'
new()Initialize Parameter class
Parameter$new( name, parameter_type = ParameterTypeEnum$new(), default_value = NULL )
name(str): The name of the parameter.
parameter_type(ParameterTypeEnum): The type of the parameter.
default_value(PrimitiveType): The default Python value of the parameter.
to_request()Get the request structure for workflow service calls.
Parameter$to_request()
clone()The objects of this class are cloneable with this method.
Parameter$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.