Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HumanLoopActivationConditionsConfig

import type { HumanLoopActivationConditionsConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.

interface HumanLoopActivationConditionsConfig {
HumanLoopActivationConditions: jsonP.JSONValue;
}

§Properties

§
HumanLoopActivationConditions: jsonP.JSONValue
[src]

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.