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

RecommendationJobStoppingConditions

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

Specifies conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.

interface RecommendationJobStoppingConditions {
MaxInvocations?: number | null;
ModelLatencyThresholds?: ModelLatencyThreshold[] | null;
}

§Properties

§
MaxInvocations?: number | null
[src]

The maximum number of requests per minute expected for the endpoint.

§
ModelLatencyThresholds?: ModelLatencyThreshold[] | null
[src]

The interval of time taken by a model to respond as viewed from SageMaker. The interval includes the local communication time taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.