ParameterInteger: Workflow ParameterInteger class

ParameterIntegerR Documentation

Workflow ParameterInteger class

Description

Pipeline integer parameter for workflow.

Super classes

sagemaker.workflow::Entity -> sagemaker.workflow::Parameter -> ParameterInteger

Active bindings

int

Return default value or implicit value

Methods

Public methods

Inherited methods

Method new()

Create a pipeline integer parameter.

Usage
ParameterInteger$new(name, default_value = NULL)
Arguments
name

(str): The name of the parameter.

default_value

(int): The default Python value of the parameter.


Method clone()

The objects of this class are cloneable with this method.

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