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

TrafficPattern

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

Defines the traffic pattern of the load test.

interface TrafficPattern {
Phases?: Phase[] | null;
TrafficType?: TrafficType | null;
}

§Properties

§
Phases?: Phase[] | null
[src]

Defines the phases traffic specification.

§
TrafficType?: TrafficType | null
[src]

Defines the traffic patterns.