R/sagemakermetrics_interfaces.R

Defines functions batch_put_metrics_output batch_put_metrics_input batch_get_metrics_output batch_get_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_get_metrics_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricQueries = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), MetricStat = structure(logical(0), tags = list(type = "string")), Period = structure(logical(0), tags = list(type = "string")), XAxisType = structure(logical(0), tags = list(type = "string")), Start = structure(logical(0), tags = list(box = TRUE, type = "long")), End = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakermetrics$batch_get_metrics_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricQueryResults = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), XAxisValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list")), MetricValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.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 April 3, 2025, 8:41 p.m.