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

DeviceSelectionConfig

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

Contains information about the configurations of selected devices.

interface DeviceSelectionConfig {
DeviceNameContains?: string | null;
DeviceNames?: string[] | null;
DeviceSubsetType: DeviceSubsetType;
Percentage?: number | null;
}

§Properties

§
DeviceNameContains?: string | null
[src]

A filter to select devices with names containing this name.

§
DeviceNames?: string[] | null
[src]

List of devices chosen to deploy.

§
DeviceSubsetType: DeviceSubsetType
[src]

Type of device subsets to deploy to the current stage.

§
Percentage?: number | null
[src]

Percentage of devices in the fleet to deploy to the current stage.