JsonGet: Workflow JsonGet class

JsonGetR Documentation

Workflow JsonGet class

Description

Get JSON properties from PropertyFiles.

Super class

sagemaker.workflow::Expression -> JsonGet

Public fields

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.

Active bindings

expr

The expression dict for a 'JsonGet' function.

Methods

Public methods

Inherited methods

Method new()

Initialize JsonGet class

Usage
JsonGet$new(step_name, property_file, json_path)
Arguments
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.


Method clone()

The objects of this class are cloneable with this method.

Usage
JsonGet$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.