BaseDeserializer | R Documentation |
All BaseDeserializer are children of this class. If a custom BaseDeserializer is desired, inherit this class.
ACCEPT
The content types that are expected from the inference endpoint.
deserialize()
Deserialize data received from an inference endpoint.
BaseDeserializer$deserialize(stream, content_type)
stream
(botocore.response.StreamingBody): Data to be deserialized.
content_type
(str): The MIME type of the data.
object: The data deserialized into an object.
format()
format class
BaseDeserializer$format()
clone()
The objects of this class are cloneable with this method.
BaseDeserializer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other serializer:
BaseSerializer
,
BytesDeserializer
,
CSVDeserializer
,
CSVSerializer
,
DataTableDeserializer
,
IdentitySerializer
,
JSONDeserializer
,
JSONLinesDeserializer
,
JSONLinesSerializer
,
JSONSerializer
,
LibSVMSerializer
,
NumpyDeserializer
,
NumpySerializer
,
SimpleBaseDeserializer
,
SimpleBaseSerializer
,
SparseMatrixSerializer
,
StringDeserializer
,
TibbleDeserializer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.