CandidateStep: CandidateStep Class

CandidateStepR Documentation

CandidateStep Class

Description

A class that maintains an AutoML Candidate step's name, inputs, type, and description.

Public fields

name

Name of the candidate step -> (str)

inputs

Inputs of the candidate step -> (dict)

type

Type of the candidate step, Training or Transform -> (str)

description

Description of candidate step job -> (dict)

Methods

Public methods


Method new()

Initialize CandidateStep Class

Usage
CandidateStep$new(name, inputs, step_type, description)
Arguments
name

(str): Name of the candidate step

inputs

(dict): Inputs of the candidate step

step_type

(str): Type of the candidate step, Training or Transform

description

(dict): Description of candidate step job


Method format()

format class

Usage
CandidateStep$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
CandidateStep$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-mlframework documentation built on March 18, 2022, 7:41 a.m.