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

ModelPackageValidationSpecification

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

Specifies batch transform jobs that SageMaker runs to validate your model package.

interface ModelPackageValidationSpecification {
ValidationProfiles: ModelPackageValidationProfile[];
ValidationRole: string;
}

§Properties

§

An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

§
ValidationRole: string
[src]

The IAM roles to be used for the validation of the model package.