JsonGet | R Documentation |
Get JSON properties from PropertyFiles.
sagemaker.workflow::Expression
-> JsonGet
step_name
The step from which to get the property file.
property_file
Either a PropertyFile instance or the name of a property file.
json_path
The JSON path expression to the requested value.
expr
The expression dict for a 'JsonGet' function.
new()
Initialize JsonGet class
JsonGet$new(step_name, property_file, json_path)
step_name
(Step): The step from which to get the property file.
property_file
(Union[PropertyFile, str]): Either a PropertyFile instance or the name of a property file.
json_path
(str): The JSON path expression to the requested value.
clone()
The objects of this class are cloneable with this method.
JsonGet$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.