All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cognitect.aws.sagemaker-a2i-runtime.service.edn Maven / Gradle / Ivy

There is a newer version: 871.2.29.35
Show newest version
{:version "2.0", :metadata {:cognitect.aws/uid-source :aws, :jsonVersion "1.1", :protocol "rest-json", :uid "sagemaker-a2i-runtime-2019-11-07", :serviceId "SageMaker A2I Runtime", :signatureVersion "v4", :endpointPrefix "a2i-runtime.sagemaker", :apiVersion "2019-11-07", :signingName "sagemaker", :cognitect.aws/source-file-name "/apis/sagemaker-a2i-runtime-2019-11-07.normal.json", :serviceFullName "Amazon Augmented AI Runtime", :cognitect.aws/service-name "sagemaker-a2i-runtime"}, :operations {:DeleteHumanLoop {:name "DeleteHumanLoop", :http {:method "DELETE", :requestUri "/human-loops/{HumanLoopName}"}, :input {:shape "DeleteHumanLoopRequest"}, :output {:shape "DeleteHumanLoopResponse"}, :errors [{:shape "ValidationException"} {:shape "ResourceNotFoundException"} {:shape "ThrottlingException"} {:shape "InternalServerException"}]}, :DescribeHumanLoop {:name "DescribeHumanLoop", :http {:method "GET", :requestUri "/human-loops/{HumanLoopName}"}, :input {:shape "DescribeHumanLoopRequest"}, :output {:shape "DescribeHumanLoopResponse"}, :errors [{:shape "ValidationException"} {:shape "ResourceNotFoundException"} {:shape "ThrottlingException"} {:shape "InternalServerException"}]}, :ListHumanLoops {:name "ListHumanLoops", :http {:method "GET", :requestUri "/human-loops"}, :input {:shape "ListHumanLoopsRequest"}, :output {:shape "ListHumanLoopsResponse"}, :errors [{:shape "ValidationException"} {:shape "ThrottlingException"} {:shape "InternalServerException"}]}, :StartHumanLoop {:name "StartHumanLoop", :http {:method "POST", :requestUri "/human-loops"}, :input {:shape "StartHumanLoopRequest"}, :output {:shape "StartHumanLoopResponse"}, :errors [{:shape "ValidationException"} {:shape "ThrottlingException"} {:shape "ServiceQuotaExceededException"} {:shape "InternalServerException"}]}, :StopHumanLoop {:name "StopHumanLoop", :http {:method "POST", :requestUri "/human-loops/stop"}, :input {:shape "StopHumanLoopRequest"}, :output {:shape "StopHumanLoopResponse"}, :errors [{:shape "ValidationException"} {:shape "ResourceNotFoundException"} {:shape "ThrottlingException"} {:shape "InternalServerException"}]}}, :shapes {:ListHumanLoopsRequest {:type "structure", :members {:CreationTimeAfter {:shape "Timestamp", :location "querystring", :locationName "CreationTimeAfter"}, :CreationTimeBefore {:shape "Timestamp", :location "querystring", :locationName "CreationTimeBefore"}, :SortOrder {:shape "SortOrder", :location "querystring", :locationName "SortOrder"}, :NextToken {:shape "NextToken", :location "querystring", :locationName "NextToken"}, :MaxResults {:shape "MaxResults", :box true, :location "querystring", :locationName "MaxResults"}}}, :ContentClassifier {:type "string", :enum ["FreeOfPersonallyIdentifiableInformation" "FreeOfAdultContent"]}, :StopHumanLoopRequest {:type "structure", :required ["HumanLoopName"], :members {:HumanLoopName {:shape "HumanLoopName"}}}, :StartHumanLoopResponse {:type "structure", :members {:HumanLoopArn {:shape "HumanLoopArn"}, :HumanLoopActivationResults {:shape "HumanLoopActivationResults"}}}, :InputContent {:type "string", :max 4194304}, :ListHumanLoopsResponse {:type "structure", :required ["HumanLoopSummaries"], :members {:HumanLoopSummaries {:shape "HumanLoopSummaries"}, :NextToken {:shape "NextToken"}}}, :DescribeHumanLoopRequest {:type "structure", :required ["HumanLoopName"], :members {:HumanLoopName {:shape "HumanLoopName", :location "uri", :locationName "HumanLoopName"}}}, :HumanLoopInputContent {:type "structure", :required ["InputContent"], :members {:InputContent {:shape "InputContent"}}}, :HumanLoopActivationReason {:type "structure", :members {:ConditionsMatched {:shape "Boolean"}}}, :Boolean {:type "boolean"}, :HumanReviewDataAttributes {:type "structure", :required ["ContentClassifiers"], :members {:ContentClassifiers {:shape "ContentClassifiers"}}}, :NextToken {:type "string", :max 8192, :pattern ".*"}, :HumanLoopActivationResults {:type "structure", :members {:HumanLoopActivationReason {:shape "HumanLoopActivationReason"}, :HumanLoopActivationConditionsEvaluationResults {:shape "String"}}}, :DeleteHumanLoopRequest {:type "structure", :required ["HumanLoopName"], :members {:HumanLoopName {:shape "HumanLoopName", :location "uri", :locationName "HumanLoopName"}}}, :DeleteHumanLoopResponse {:type "structure", :members {}}, :HumanLoopStatus {:type "string", :enum ["InProgress" "Failed" "Completed" "Stopped" "Stopping"]}, :StopHumanLoopResponse {:type "structure", :members {}}, :HumanLoopSummary {:type "structure", :members {:HumanLoopName {:shape "HumanLoopName"}, :HumanLoopStatus {:shape "HumanLoopStatus"}, :CreationTime {:shape "Timestamp"}, :FailureReason {:shape "FailureReason"}, :FlowDefinitionArn {:shape "FlowDefinitionArn"}}}, :HumanLoopSummaries {:type "list", :member {:shape "HumanLoopSummary"}}, :SortOrder {:type "string", :enum ["Ascending" "Descending"]}, :ContentClassifiers {:type "list", :member {:shape "ContentClassifier"}, :max 256}, :DescribeHumanLoopResponse {:type "structure", :required ["CreationTimestamp" "HumanLoopStatus" "HumanLoopName" "HumanLoopArn" "FlowDefinitionArn" "HumanLoopInput"], :members {:CreationTimestamp {:shape "Timestamp"}, :HumanLoopOutput {:shape "HumanLoopOutputContent"}, :HumanLoopStatus {:shape "HumanLoopStatus"}, :FailureCode {:shape "String"}, :HumanLoopArn {:shape "HumanLoopArn"}, :FlowDefinitionArn {:shape "FlowDefinitionArn"}, :HumanLoopName {:shape "HumanLoopName"}, :FailureReason {:shape "String"}, :HumanLoopInput {:shape "HumanLoopInputContent"}}}, :MaxResults {:type "integer", :max 100, :min 1}, :Timestamp {:type "timestamp"}, :HumanLoopOutputContent {:type "structure", :required ["OutputS3Uri"], :members {:OutputS3Uri {:shape "String"}}}, :HumanLoopArn {:type "string", :max 1024, :pattern "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-loop/.*"}, :FlowDefinitionArn {:type "string", :max 1024, :pattern "arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*"}, :HumanLoopName {:type "string", :max 63, :min 1, :pattern "^[a-z0-9](-*[a-z0-9])*$"}, :FailureReason {:type "string", :max 1024}, :StartHumanLoopRequest {:type "structure", :required ["HumanLoopName" "FlowDefinitionArn" "HumanLoopInput"], :members {:HumanLoopName {:shape "HumanLoopName"}, :FlowDefinitionArn {:shape "FlowDefinitionArn"}, :HumanLoopInput {:shape "HumanLoopInputContent"}, :DataAttributes {:shape "HumanReviewDataAttributes"}}}, :String {:type "string"}}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy