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

UpdateModelPackageInput

import type { UpdateModelPackageInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateModelPackageInput {
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[] | null;
ApprovalDescription?: string | null;
CustomerMetadataProperties?: {
[key: string]: string | null | undefined;
}
| null;
CustomerMetadataPropertiesToRemove?: string[] | null;
ModelApprovalStatus?: ModelApprovalStatus | null;
ModelPackageArn: string;
}

§Properties

§
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[] | null
[src]

An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

§
ApprovalDescription?: string | null
[src]

A description for the approval status of the model.

§
CustomerMetadataProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]

The metadata properties associated with the model package versions.

§
CustomerMetadataPropertiesToRemove?: string[] | null
[src]

The metadata properties associated with the model package versions to remove.

§
ModelApprovalStatus?: ModelApprovalStatus | null
[src]

The approval status of the model.

§
ModelPackageArn: string
[src]

The Amazon Resource Name (ARN) of the model package.