PropertyFile | R Documentation |
Provides a property file struct.
sagemaker.workflow::Expression
-> PropertyFile
name
The name of the property file for reference with 'JsonGet' functions.
output_name
The name of the processing job output channel.
path
The path to the file at the output channel location.
expr
Get the expression structure for workflow service calls.
new()
Initializing PropertyFile Class
PropertyFile$new(name, output_name, path)
name
(str): The name of the property file for reference with 'JsonGet' functions.
output_name
(str): The name of the processing job output channel.
path
(str): The path to the file at the output channel location.
clone()
The objects of this class are cloneable with this method.
PropertyFile$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.