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

ModelPackageValidationProfile

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

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

interface ModelPackageValidationProfile {
ProfileName: string;
TransformJobDefinition: TransformJobDefinition;
}

§Properties

§
ProfileName: string
[src]

The name of the profile for the model package.

§
TransformJobDefinition: TransformJobDefinition
[src]

The TransformJobDefinition object that describes the transform job used for the validation of the model package.