R/braket_interfaces.R

Defines functions untag_resource_output untag_resource_input tag_resource_output tag_resource_input search_quantum_tasks_output search_quantum_tasks_input search_jobs_output search_jobs_input search_devices_output search_devices_input list_tags_for_resource_output list_tags_for_resource_input get_quantum_task_output get_quantum_task_input get_job_output get_job_input get_device_output get_device_input create_quantum_task_output create_quantum_task_input create_job_output create_job_input cancel_quantum_task_output cancel_quantum_task_input cancel_job_output cancel_job_input

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

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

.braket$cancel_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(cancellationStatus = structure(logical(0), tags = list(type = "string")), jobArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$cancel_quantum_task_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), quantumTaskArn = structure(logical(0), tags = list(location = "uri", locationName = "quantumTaskArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$cancel_quantum_task_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(cancellationStatus = structure(logical(0), tags = list(type = "string")), quantumTaskArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$create_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(algorithmSpecification = structure(list(containerImage = structure(list(uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), scriptModeConfig = structure(list(compressionType = structure(logical(0), tags = list(type = "string")), entryPoint = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), checkpointConfig = structure(list(localPath = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), deviceConfig = structure(list(device = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), hyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputDataConfig = structure(list(structure(list(channelName = structure(logical(0), tags = list(type = "string")), contentType = structure(logical(0), tags = list(type = "string")), dataSource = structure(list(s3DataSource = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), instanceConfig = structure(list(instanceCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), instanceType = structure(logical(0), tags = list(type = "string")), volumeSizeInGb = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), jobName = structure(logical(0), tags = list(type = "string")), outputDataConfig = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), s3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), stoppingCondition = structure(list(maxRuntimeInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.braket$create_quantum_task_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(action = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), deviceArn = structure(logical(0), tags = list(type = "string")), deviceParameters = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), jobToken = structure(logical(0), tags = list(type = "string")), outputS3Bucket = structure(logical(0), tags = list(type = "string")), outputS3KeyPrefix = structure(logical(0), tags = list(type = "string")), shots = structure(logical(0), tags = list(type = "long", box = TRUE)), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.braket$get_device_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(deviceArn = structure(logical(0), tags = list(type = "string")), deviceCapabilities = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), deviceName = structure(logical(0), tags = list(type = "string")), deviceStatus = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string")), providerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.braket$get_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(algorithmSpecification = structure(list(containerImage = structure(list(uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), scriptModeConfig = structure(list(compressionType = structure(logical(0), tags = list(type = "string")), entryPoint = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), billableDuration = structure(logical(0), tags = list(type = "integer", box = TRUE)), checkpointConfig = structure(list(localPath = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), deviceConfig = structure(list(device = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), endedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), events = structure(list(structure(list(eventType = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), timeOfEvent = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), failureReason = structure(logical(0), tags = list(type = "string")), hyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputDataConfig = structure(list(structure(list(channelName = structure(logical(0), tags = list(type = "string")), contentType = structure(logical(0), tags = list(type = "string")), dataSource = structure(list(s3DataSource = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), instanceConfig = structure(list(instanceCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), instanceType = structure(logical(0), tags = list(type = "string")), volumeSizeInGb = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), outputDataConfig = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), s3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), startedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), status = structure(logical(0), tags = list(type = "string")), stoppingCondition = structure(list(maxRuntimeInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.braket$get_quantum_task_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), deviceArn = structure(logical(0), tags = list(type = "string")), deviceParameters = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), endedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), failureReason = structure(logical(0), tags = list(type = "string")), jobArn = structure(logical(0), tags = list(type = "string")), outputS3Bucket = structure(logical(0), tags = list(type = "string")), outputS3Directory = structure(logical(0), tags = list(type = "string")), quantumTaskArn = structure(logical(0), tags = list(type = "string")), shots = structure(logical(0), tags = list(type = "long", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.braket$search_devices_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(filters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$search_devices_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(devices = structure(list(structure(list(deviceArn = structure(logical(0), tags = list(type = "string")), deviceName = structure(logical(0), tags = list(type = "string")), deviceStatus = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string")), providerName = 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))
}

.braket$search_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(filters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), operator = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$search_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(jobs = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), device = structure(logical(0), tags = list(type = "string")), endedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), startedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), status = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$search_quantum_tasks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(filters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), operator = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.braket$search_quantum_tasks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), quantumTasks = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), deviceArn = structure(logical(0), tags = list(type = "string")), endedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), outputS3Bucket = structure(logical(0), tags = list(type = "string")), outputS3Directory = structure(logical(0), tags = list(type = "string")), quantumTaskArn = structure(logical(0), tags = list(type = "string")), shots = structure(logical(0), tags = list(type = "long", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.braket$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string")), tagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "tagKeys", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

Try the paws.compute package in your browser

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

paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.