TransformInput: TransformInput

TransformInputR Documentation

TransformInput

Description

Create a class containing all the parameters. It can be used when calling “sagemaker.transformer.Transformer.transform()“

Public fields

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

Methods

Public methods


Method new()

Initialize TransformInput class

Usage
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
)
Arguments
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


Method format()

format class

Usage
TransformInput$format()

Method clone()

The objects of this class are cloneable with this method.

Usage
TransformInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.