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

AlgorithmValidationSpecification

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

Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.

interface AlgorithmValidationSpecification {
ValidationProfiles: AlgorithmValidationProfile[];
ValidationRole: string;
}

§Properties

§
ValidationProfiles: AlgorithmValidationProfile[]
[src]

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.

§
ValidationRole: string
[src]

The IAM roles that SageMaker uses to run the training jobs.