Properties: Workflow Properties Class

PropertiesR Documentation

Workflow Properties Class

Description

Properties for use in workflow expressions.

Super classes

sagemaker.workflow::PropertiesMeta -> sagemaker.workflow::PipelineVariable -> Properties

Public fields

shape_name

The botocore sagemaker service model shape name.

shape_names

A List of the botocore sagemaker service model shape name

Active bindings

expr

The 'Get' expression dict for a 'Properties'.

Methods

Public methods

Inherited methods

Method new()

Create a Properties instance representing the given shape.

Usage
Properties$new(
  path,
  shape_name = NULL,
  shape_names = NULL,
  service_name = "sagemaker"
)
Arguments
path

(str): The parent path of the Properties instance.

shape_name

(str): The botocore sagemaker service model shape name.

shape_names

(str): A List of the botocore sagemaker service model shape name.

service_name

(str):


Method clone()

The objects of this class are cloneable with this method.

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