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

Phase

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

Defines the traffic pattern.

interface Phase {
DurationInSeconds?: number | null;
InitialNumberOfUsers?: number | null;
SpawnRate?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

Specifies how long traffic phase should be.

§
InitialNumberOfUsers?: number | null
[src]

Specifies how many concurrent users to start with.

§
SpawnRate?: number | null
[src]

Specified how many new users to spawn in a minute.