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

InstanceGroup

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

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .

interface InstanceGroup {
InstanceCount: number;
InstanceGroupName: string;
InstanceType: TrainingInstanceType;
}

§Properties

§
InstanceCount: number
[src]

Specifies the number of instances of the instance group.

§
InstanceGroupName: string
[src]

Specifies the name of the instance group.

§

Specifies the instance type of the instance group.