amazonaws.com – sagemaker-a2i-runtime
Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application. When an AI application can't evaluate data with a high degree of confidence, human reviewers can take over. This human review is called a human review workflow. To create and start a human review workflow, you need three resources: a worker task template, a flow definition, and a human loop.
For information about these resources and prerequisites for using Amazon A2I, see in the Amazon SageMaker Developer Guide.
This API reference includes information about API actions and data types that you can use to interact with Amazon A2I programmatically. Use this guide to:
-
Start a human loop with the
StartHumanLoopoperation when using Amazon A2I with a custom task type. To learn more about the difference between custom and built-in task types, see . To learn how to start a human loop using this API, see in the Amazon SageMaker Developer Guide. -
Manage your human loops. You can list all human loops that you have created, describe individual human loops, and stop and delete human loops. To learn more, see in the Amazon SageMaker Developer Guide.
Amazon A2I integrates APIs from various AWS services to create and start human review workflows for those services. To learn how Amazon A2I uses these APIs, see in the Amazon SageMaker Developer Guide.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:sagemaker-a2i-runtime/2019-11-07.json
- Provider
- amazonaws.com:sagemaker-a2i-runtime / sagemaker-a2i-runtime
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/sagemaker-a2i-runtime/2019-11-07/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/sagemaker-a2i-runtime/2019-11-07/openapi.yaml
Tools (7)
Extracted live via the executor SDK.
-
humanLoops.deleteHumanLoopDeletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a
ResourceNotFoundException. -
humanLoops.describeHumanLoopReturns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundExceptionerror. -
humanLoops.startHumanLoopStarts a human loop, provided that at least one activation condition is met.
-
humanLoops.stopHumanLoopStops the specified human loop.
-
humanLoopsFlowDefinitionArn.listHumanLoopsReturns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools