AugmentedAIRuntime
import { AugmentedAIRuntime } from "https://aws-api.deno.dev/v0.2/services/augmentedairuntime.ts?docs=full";
class AugmentedAIRuntime { }
constructor(apiFactory: client.ApiFactory);
async describeHumanLoop(params: DescribeHumanLoopRequest, opts?: client.RequestOptions): Promise<DescribeHumanLoopResponse>;
async listHumanLoops(params: ListHumanLoopsRequest, opts?: client.RequestOptions): Promise<ListHumanLoopsResponse>;
async startHumanLoop(params: StartHumanLoopRequest, opts?: client.RequestOptions): Promise<StartHumanLoopResponse>;
§Constructors
§
new AugmentedAIRuntime(apiFactory: client.ApiFactory)
[src]§Methods
§
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException
.
§
describeHumanLoop(params: DescribeHumanLoopRequest, opts?: client.RequestOptions): Promise<DescribeHumanLoopResponse>
[src]Returns information about the specified human loop.
If the human loop was deleted, this operation will return a ResourceNotFoundException
error.
§
listHumanLoops(params: ListHumanLoopsRequest, opts?: client.RequestOptions): Promise<ListHumanLoopsResponse>
[src]Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
§
startHumanLoop(params: StartHumanLoopRequest, opts?: client.RequestOptions): Promise<StartHumanLoopResponse>
[src]Starts a human loop, provided that at least one activation condition is met.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]