AutoMLJob | R Documentation |
A class for interacting with CreateAutoMLJob API.
sagemaker.common::.Job
-> AutoMLJob
new()
Initialize AutoMLJob class
AutoMLJob$new(sagemaker_session, job_name = NULL, inputs = NULL)
sagemaker_session
(sagemaker.session.Session): A SageMaker Session object, used for SageMaker interactions (default: None). If not specified, the one originally associated with the “AutoMLJob“ instance is used.
job_name
:
inputs
(str, list[str]): Parameters used when called :meth:'~sagemaker.automl.AutoML.fit'.
start_new()
Create a new Amazon SageMaker AutoML job from auto_ml.
AutoMLJob$start_new(auto_ml, inputs)
auto_ml
(sagemaker.automl.AutoML): AutoML object created by the user.
inputs
(str, list[str]): Parameters used when called :meth:'~sagemaker.automl.AutoML.fit'.
sagemaker.automl.AutoMLJob: Constructed object that captures all information about the started AutoML job.
describe()
Prints out a response from the DescribeAutoMLJob API call.
AutoMLJob$describe()
wait()
Wait for the AutoML job to finish.
AutoMLJob$wait(logs = TRUE)
logs
(bool): indicate whether to output logs.
format()
format class
AutoMLJob$format()
clone()
The objects of this class are cloneable with this method.
AutoMLJob$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.