Nothing
# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include sagemakermetrics_service.R
NULL
.sagemakermetrics$batch_put_metrics_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(TrialComponentName = structure(logical(0), tags = list(type = "string")), MetricData = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), Timestamp = structure(logical(0), tags = list(type = "timestamp")), Step = structure(logical(0), tags = list(type = "integer")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.sagemakermetrics$batch_put_metrics_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Errors = structure(list(structure(list(Code = structure(logical(0), tags = list(type = "string")), MetricIndex = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.