| JsonGet | R Documentation |
Get JSON properties from PropertyFiles.
sagemaker.workflow::Expression -> JsonGet
step_nameThe step from which to get the property file.
property_fileEither a PropertyFile instance or the name of a property file.
json_pathThe JSON path expression to the requested value.
exprThe 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.