DatasetFormat | R Documentation |
Represents a Dataset Format that is used when calling a DefaultModelMonitor.
csv()
Returns a DatasetFormat JSON string for use with a DefaultModelMonitor.
DatasetFormat$csv(header = TRUE, output_columns_position = c("START", "END"))
header
(bool): Whether the csv dataset to baseline and monitor has a header. Default: True.
output_columns_position
(str): The position of the output columns. Must be one of ("START", "END"). Default: "START".
dict: JSON string containing DatasetFormat to be used by DefaultModelMonitor.
json()
Returns a DatasetFormat JSON string for use with a DefaultModelMonitor.
DatasetFormat$json(lines = TRUE)
lines
(bool): Whether the file should be read as a json object per line. Default: True.
dict: JSON string containing DatasetFormat to be used by DefaultModelMonitor.
sagemaker_capture_json()
Returns a DatasetFormat SageMaker Capture Json string for use with a DefaultModelMonitor.
DatasetFormat$sagemaker_capture_json()
dict: JSON string containing DatasetFormat to be used by DefaultModelMonitor.
format()
format class
DatasetFormat$format()
clone()
The objects of this class are cloneable with this method.
DatasetFormat$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.