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

ElasticInferenceAccelerator

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

The details of an Elastic Inference Accelerator.

interface ElasticInferenceAccelerator {
acceleratorHealth?: ElasticInferenceAcceleratorHealth | null;
acceleratorId?: string | null;
acceleratorType?: string | null;
attachedResource?: string | null;
availabilityZone?: string | null;
}

§Properties

§
acceleratorHealth?: ElasticInferenceAcceleratorHealth | null
[src]

The health of the Elastic Inference Accelerator.

§
acceleratorId?: string | null
[src]

The ID of the Elastic Inference Accelerator.

§
acceleratorType?: string | null
[src]

The type of the Elastic Inference Accelerator.

§
attachedResource?: string | null
[src]

The ARN of the resource that the Elastic Inference Accelerator is attached to.

§
availabilityZone?: string | null
[src]

The availability zone where the Elastic Inference Accelerator is present.