| AutoMLInput | R Documentation | 
Provides a method to turn those parameters into a dictionary.
new()Convert an S3 Uri or a list of S3 Uri to an AutoMLInput object.
AutoMLInput$new(inputs, target_attribute_name, compression = NULL)
inputs(str, list[str]): a string or a list of string that points to (a) S3 location(s) where input data is stored.
target_attribute_name(str): the target attribute name for regression or classification.
compression(str): if training data is compressed, the compression type. The default value is None.
to_request_list()Generates a request dictionary using the parameters provided to the class.
AutoMLInput$to_request_list()
format()format class
AutoMLInput$format()
clone()The objects of this class are cloneable with this method.
AutoMLInput$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.