| CandidateStep | R Documentation |
A class that maintains an AutoML Candidate step's name, inputs, type, and description.
nameName of the candidate step -> (str)
inputsInputs of the candidate step -> (dict)
typeType of the candidate step, Training or Transform -> (str)
descriptionDescription 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.