EndpointOutput | R Documentation |
It also provides a method to turn those parameters into a dictionary.
new()
Initialize a “MonitoringOutput“ instance. MonitoringOutput accepts parameters that specify an S3 output for a monitoring job and provides a method to turn those parameters into a dictionary.
EndpointOutput$new(source, destination = NULL, s3_upload_mode = "Continuous")
source
(str): The source for the output.
destination
(str): The destination of the output. Optional. Default: s3://<default-session-bucket/schedule_name/output
s3_upload_mode
(str): The S3 upload mode.
to_request_list()
Generates a request dictionary using the parameters provided to the class.
EndpointOutput$to_request_list()
dict: The request dictionary.
format()
format class
EndpointOutput$format()
clone()
The objects of this class are cloneable with this method.
EndpointOutput$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.