R/augmentedairuntime_interfaces.R

Defines functions stop_human_loop_output stop_human_loop_input start_human_loop_output start_human_loop_input list_human_loops_output list_human_loops_input describe_human_loop_output describe_human_loop_input delete_human_loop_output delete_human_loop_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include augmentedairuntime_service.R
NULL

.augmentedairuntime$delete_human_loop_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopName = structure(logical(0), tags = list(location = "uri", locationName = "HumanLoopName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$delete_human_loop_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$describe_human_loop_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopName = structure(logical(0), tags = list(location = "uri", locationName = "HumanLoopName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$describe_human_loop_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), FailureReason = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string")), HumanLoopStatus = structure(logical(0), tags = list(type = "string")), HumanLoopName = structure(logical(0), tags = list(type = "string")), HumanLoopArn = structure(logical(0), tags = list(type = "string")), FlowDefinitionArn = structure(logical(0), tags = list(type = "string")), HumanLoopOutput = structure(list(OutputS3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$list_human_loops_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "CreationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), CreationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "CreationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), FlowDefinitionArn = structure(logical(0), tags = list(location = "querystring", locationName = "FlowDefinitionArn", type = "string")), SortOrder = structure(logical(0), tags = list(location = "querystring", locationName = "SortOrder", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "MaxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$list_human_loops_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopSummaries = structure(list(structure(list(HumanLoopName = structure(logical(0), tags = list(type = "string")), HumanLoopStatus = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), FailureReason = structure(logical(0), tags = list(type = "string")), FlowDefinitionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$start_human_loop_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopName = structure(logical(0), tags = list(type = "string")), FlowDefinitionArn = structure(logical(0), tags = list(type = "string")), HumanLoopInput = structure(list(InputContent = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataAttributes = structure(list(ContentClassifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$start_human_loop_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$stop_human_loop_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HumanLoopName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.augmentedairuntime$stop_human_loop_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(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, 2023, 1:14 a.m.