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

AutoMLJobConfig

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

A collection of settings used for an AutoML job.

interface AutoMLJobConfig {
CompletionCriteria?: AutoMLJobCompletionCriteria | null;
SecurityConfig?: AutoMLSecurityConfig | null;
}

§Properties

§
CompletionCriteria?: AutoMLJobCompletionCriteria | null
[src]

How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

§
SecurityConfig?: AutoMLSecurityConfig | null
[src]

The security configuration for traffic encryption or Amazon VPC settings.