MetricsSource | R Documentation |
Accepts metrics source parameters for conversion to request dict.
new()
Initialize a “MetricsSource“ instance and turn parameters into dict.
MetricsSource$new(content_type, s3_uri, content_digest = NULL)
content_type
(str): Specifies the type of content in S3 URI
s3_uri
(str): The S3 URI of the metric
content_digest
(str): The digest of the metric (default: None)
to_request_list()
Generates a request dictionary using the parameters provided to the class.
MetricsSource$to_request_list()
format()
format class
MetricsSource$format()
clone()
The objects of this class are cloneable with this method.
MetricsSource$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.