R/sagemakermetrics_interfaces.R

Defines functions batch_put_metrics_output batch_put_metrics_input

# 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))
}

Try the paws.machine.learning package in your browser

Any scripts or data that you put into this service are public.

paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.