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

ProcessingResources

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

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

interface ProcessingResources {
ClusterConfig: ProcessingClusterConfig;
}

§Properties

§

The configuration for the resources in a cluster used to run the processing job.