CandidateStep | R Documentation |
A class that maintains an AutoML Candidate step's name, inputs, type, and description.
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)
new()
Initialize CandidateStep Class
CandidateStep$new(name, inputs, step_type, description)
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
format()
format class
CandidateStep$format()
clone()
The objects of this class are cloneable with this method.
CandidateStep$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.