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

ModelPackage

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

A versioned model that can be deployed for SageMaker inference.

interface ModelPackage {
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[] | null;
ApprovalDescription?: string | null;
CertifyForMarketplace?: boolean | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
CustomerMetadataProperties?: {
[key: string]: string | null | undefined;
}
| null;
Domain?: string | null;
DriftCheckBaselines?: DriftCheckBaselines | null;
InferenceSpecification?: InferenceSpecification | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
MetadataProperties?: MetadataProperties | null;
ModelApprovalStatus?: ModelApprovalStatus | null;
ModelMetrics?: ModelMetrics | null;
ModelPackageArn?: string | null;
ModelPackageDescription?: string | null;
ModelPackageGroupName?: string | null;
ModelPackageName?: string | null;
ModelPackageStatus?: ModelPackageStatus | null;
ModelPackageStatusDetails?: ModelPackageStatusDetails | null;
ModelPackageVersion?: number | null;
SamplePayloadUrl?: string | null;
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null;
Tags?: Tag[] | null;
Task?: string | null;
ValidationSpecification?: ModelPackageValidationSpecification | null;
}

§Properties

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

An array of additional Inference Specification objects.

§
ApprovalDescription?: string | null
[src]

A description provided when the model approval is set.

§
CertifyForMarketplace?: boolean | null
[src]

Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

§
CreatedBy?: UserContext | null
[src]

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

§
CreationTime?: Date | number | null
[src]

The time that the model package was created.

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

The metadata properties for the model package.

§
Domain?: string | null
[src]

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

§
DriftCheckBaselines?: DriftCheckBaselines | null
[src]

Represents the drift check baselines that can be used when the model monitor is set using the model package.

§
InferenceSpecification?: InferenceSpecification | null
[src]

Defines how to perform inference generation after a training job is run.

§
LastModifiedBy?: UserContext | null
[src]

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

§
LastModifiedTime?: Date | number | null
[src]

The last time the model package was modified.

§
MetadataProperties?: MetadataProperties | null
[src]

Metadata properties of the tracking entity, trial, or trial component.

§
ModelApprovalStatus?: ModelApprovalStatus | null
[src]

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
§
ModelMetrics?: ModelMetrics | null
[src]

Metrics for the model.

§
ModelPackageArn?: string | null
[src]

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

§
ModelPackageDescription?: string | null
[src]

The description of the model package.

§
ModelPackageGroupName?: string | null
[src]

The model group to which the model belongs.

§
ModelPackageName?: string | null
[src]

The name of the model.

§
ModelPackageStatus?: ModelPackageStatus | null
[src]

The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.
  • IN_PROGRESS - The model package is in the process of being created.
  • COMPLETED - The model package was successfully created.
  • FAILED - The model package failed.
  • DELETING - The model package is in the process of being deleted.
§
ModelPackageStatusDetails?: ModelPackageStatusDetails | null
[src]

Specifies the validation and image scan statuses of the model package.

§
ModelPackageVersion?: number | null
[src]

The version number of a versioned model.

§
SamplePayloadUrl?: string | null
[src]

The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

§
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null
[src]

A list of algorithms that were used to create a model package.

§
Tags?: Tag[] | null
[src]

A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

§
Task?: string | null
[src]

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.

§
ValidationSpecification?: ModelPackageValidationSpecification | null
[src]

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