R/sagemakerfeaturestoreruntime_interfaces.R

Defines functions put_record_output put_record_input get_record_output get_record_input delete_record_output delete_record_input batch_get_record_output batch_get_record_input

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

.sagemakerfeaturestoreruntime$batch_get_record_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Identifiers = structure(list(structure(list(FeatureGroupName = structure(logical(0), tags = list(type = "string")), RecordIdentifiersValueAsString = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FeatureNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ExpirationTimeResponse = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$batch_get_record_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(FeatureGroupName = structure(logical(0), tags = list(type = "string")), RecordIdentifierValueAsString = structure(logical(0), tags = list(type = "string")), Record = structure(list(structure(list(FeatureName = structure(logical(0), tags = list(type = "string")), ValueAsString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ExpiresAt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Errors = structure(list(structure(list(FeatureGroupName = structure(logical(0), tags = list(type = "string")), RecordIdentifierValueAsString = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UnprocessedIdentifiers = structure(list(structure(list(FeatureGroupName = structure(logical(0), tags = list(type = "string")), RecordIdentifiersValueAsString = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FeatureNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$delete_record_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FeatureGroupName = structure(logical(0), tags = list(location = "uri", locationName = "FeatureGroupName", type = "string")), RecordIdentifierValueAsString = structure(logical(0), tags = list(location = "querystring", locationName = "RecordIdentifierValueAsString", type = "string")), EventTime = structure(logical(0), tags = list(location = "querystring", locationName = "EventTime", type = "string")), TargetStores = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "TargetStores", type = "list")), DeletionMode = structure(logical(0), tags = list(location = "querystring", locationName = "DeletionMode", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$delete_record_output <- function(...) {
  list()
}

.sagemakerfeaturestoreruntime$get_record_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FeatureGroupName = structure(logical(0), tags = list(location = "uri", locationName = "FeatureGroupName", type = "string")), RecordIdentifierValueAsString = structure(logical(0), tags = list(location = "querystring", locationName = "RecordIdentifierValueAsString", type = "string")), FeatureNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "FeatureName", type = "list")), ExpirationTimeResponse = structure(logical(0), tags = list(location = "querystring", locationName = "ExpirationTimeResponse", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$get_record_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Record = structure(list(structure(list(FeatureName = structure(logical(0), tags = list(type = "string")), ValueAsString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ExpiresAt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$put_record_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FeatureGroupName = structure(logical(0), tags = list(location = "uri", locationName = "FeatureGroupName", type = "string")), Record = structure(list(structure(list(FeatureName = structure(logical(0), tags = list(type = "string")), ValueAsString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetStores = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TtlDuration = structure(list(Unit = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sagemakerfeaturestoreruntime$put_record_output <- function(...) {
  list()
}

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.