Parameter | R Documentation |
Pipeline parameter for workflow.
sagemaker.workflow::Entity
-> Parameter
name
The name of the parameter.
parameter_type
The type of the parameter
default_value
The default python value of the parameter
expr
The '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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.