PropertyFile: PropertyFile Class

PropertyFileR Documentation

PropertyFile Class

Description

Provides a property file struct.

Super class

sagemaker.workflow::Expression -> PropertyFile

Public fields

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.

Active bindings

expr

Get the expression structure for workflow service calls.

Methods

Public methods

Inherited methods

Method new()

Initializing PropertyFile Class

Usage
PropertyFile$new(name, output_name, path)
Arguments
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.


Method clone()

The objects of this class are cloneable with this method.

Usage
PropertyFile$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.