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

ComputeResponse

import type { ComputeResponse } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Compute information for the simulation job

interface ComputeResponse {
computeType?: ComputeType | null;
gpuUnitLimit?: number | null;
simulationUnitLimit?: number | null;
}

§Properties

§
computeType?: ComputeType | null
[src]

Compute type response information for the simulation job.

§
gpuUnitLimit?: number | null
[src]

Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.

§
simulationUnitLimit?: number | null
[src]

The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.