123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2019-11-07",
- "endpointPrefix": "a2i-runtime.sagemaker",
- "protocol": "rest-json",
- "serviceFullName": "Amazon Augmented AI Runtime",
- "serviceId": "SageMaker A2I Runtime",
- "signatureVersion": "v4",
- "signingName": "sagemaker",
- "uid": "sagemaker-a2i-runtime-2019-11-07"
- },
- "operations": {
- "DeleteHumanLoop": {
- "http": {
- "method": "DELETE",
- "requestUri": "/human-loops/{HumanLoopName}"
- },
- "input": {
- "type": "structure",
- "required": [
- "HumanLoopName"
- ],
- "members": {
- "HumanLoopName": {
- "location": "uri",
- "locationName": "HumanLoopName"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "DescribeHumanLoop": {
- "http": {
- "method": "GET",
- "requestUri": "/human-loops/{HumanLoopName}"
- },
- "input": {
- "type": "structure",
- "required": [
- "HumanLoopName"
- ],
- "members": {
- "HumanLoopName": {
- "location": "uri",
- "locationName": "HumanLoopName"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "CreationTime",
- "HumanLoopStatus",
- "HumanLoopName",
- "HumanLoopArn",
- "FlowDefinitionArn"
- ],
- "members": {
- "CreationTime": {
- "shape": "S6"
- },
- "FailureReason": {},
- "FailureCode": {},
- "HumanLoopStatus": {},
- "HumanLoopName": {},
- "HumanLoopArn": {},
- "FlowDefinitionArn": {},
- "HumanLoopOutput": {
- "type": "structure",
- "required": [
- "OutputS3Uri"
- ],
- "members": {
- "OutputS3Uri": {}
- }
- }
- }
- }
- },
- "ListHumanLoops": {
- "http": {
- "method": "GET",
- "requestUri": "/human-loops"
- },
- "input": {
- "type": "structure",
- "required": [
- "FlowDefinitionArn"
- ],
- "members": {
- "CreationTimeAfter": {
- "shape": "S6",
- "location": "querystring",
- "locationName": "CreationTimeAfter"
- },
- "CreationTimeBefore": {
- "shape": "S6",
- "location": "querystring",
- "locationName": "CreationTimeBefore"
- },
- "FlowDefinitionArn": {
- "location": "querystring",
- "locationName": "FlowDefinitionArn"
- },
- "SortOrder": {
- "location": "querystring",
- "locationName": "SortOrder"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "NextToken"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "MaxResults",
- "type": "integer"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "HumanLoopSummaries"
- ],
- "members": {
- "HumanLoopSummaries": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "HumanLoopName": {},
- "HumanLoopStatus": {},
- "CreationTime": {
- "shape": "S6"
- },
- "FailureReason": {},
- "FlowDefinitionArn": {}
- }
- }
- },
- "NextToken": {}
- }
- }
- },
- "StartHumanLoop": {
- "http": {
- "requestUri": "/human-loops"
- },
- "input": {
- "type": "structure",
- "required": [
- "HumanLoopName",
- "FlowDefinitionArn",
- "HumanLoopInput"
- ],
- "members": {
- "HumanLoopName": {},
- "FlowDefinitionArn": {},
- "HumanLoopInput": {
- "type": "structure",
- "required": [
- "InputContent"
- ],
- "members": {
- "InputContent": {}
- }
- },
- "DataAttributes": {
- "type": "structure",
- "required": [
- "ContentClassifiers"
- ],
- "members": {
- "ContentClassifiers": {
- "type": "list",
- "member": {}
- }
- }
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "HumanLoopArn": {}
- }
- }
- },
- "StopHumanLoop": {
- "http": {
- "requestUri": "/human-loops/stop"
- },
- "input": {
- "type": "structure",
- "required": [
- "HumanLoopName"
- ],
- "members": {
- "HumanLoopName": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- }
- },
- "shapes": {
- "S6": {
- "type": "timestamp",
- "timestampFormat": "iso8601"
- }
- }
- }
|