UNPKG

aws-cdk-neuronx-patterns

Version:
11 lines (10 loc) 435 B
import { Size } from "aws-cdk-lib"; import { IMachineImage, MachineImageConfig } from "aws-cdk-lib/aws-ec2"; import { Construct } from "constructs"; export declare class NeuronOptimizedMachineImage extends Construct implements IMachineImage { static readonly size: Size; private readonly resource; get imageId(): string; constructor(scope: Construct, id: string); getImage(_scope: Construct): MachineImageConfig; }