TransformInput | R Documentation |
Create a class containing all the parameters. It can be used when calling “sagemaker.transformer.Transformer.transform()“
data
Place holder
data_type
Place holder
content_type
Place holder
compression_type
Place holder
split_type
Place holder
input_filter
Place holder
output_filter
Place holder
join_source
Place holder
model_client_config
Place holder
new()
Initialize TransformInput class
TransformInput$new( data = NULL, data_type = "S3Prefix", content_type = NULL, compression_type = NULL, split_type = NULL, input_filter = NULL, output_filter = NULL, join_source = NULL, model_client_config = NULL )
data
(str): Place holder
data_type
(str): Place holder
content_type
(str): Place holder
compression_type
(str): Place holder
split_type
(str): Place holder
input_filter
(str): Place holder
output_filter
(str): Place holder
join_source
(str): Place holder
model_client_config
(str): Place holder
format()
format class
TransformInput$format()
clone()
The objects of this class are cloneable with this method.
TransformInput$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.