ParameterString | R Documentation |
Pipeline string parameter for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Parameter
-> ParameterString
enum_values
Placeholder
str
Return default value or implicit value
new()
Create a pipeline string parameter.
ParameterString$new(name, default_value = NULL, enum_values = NULL)
name
(str): The name of the parameter.
default_value
(str): The default Python value of the parameter.
enum_values
(list): placeholder
to_request()
Get the request structure for workflow service calls.
ParameterString$to_request()
clone()
The objects of this class are cloneable with this method.
ParameterString$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.