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

DescribeModelPackageOutput

import type { DescribeModelPackageOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeModelPackageOutput {
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[] | null;
ApprovalDescription?: string | null;
CertifyForMarketplace?: boolean | null;
CreatedBy?: UserContext | null;
CreationTime: Date | number;
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;
ModelPackageDescription?: string | null;
ModelPackageGroupName?: string | null;
ModelPackageName: string;
ModelPackageStatus: ModelPackageStatus;
ModelPackageStatusDetails: ModelPackageStatusDetails;
ModelPackageVersion?: number | null;
SamplePayloadUrl?: string | null;
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null;
Task?: string | null;
ValidationSpecification?: ModelPackageValidationSpecification | null;
}

§Properties

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

An array of additional Inference Specification objects. 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 provided for the model approval.

§
CertifyForMarketplace?: boolean | null
[src]

Whether the model package is certified for listing on Amazon Web Services Marketplace.

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

A timestamp specifying when the model package was created.

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

The metadata properties associated with the model package versions.

§
Domain?: string | null
[src]

The machine learning domain of the model package you specified. 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. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

§
InferenceSpecification?: InferenceSpecification | null
[src]

Details about inference jobs that can be run with models based on this model package.

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

The last time that the model package was modified.

§
MetadataProperties?: MetadataProperties | null
[src]
§
ModelApprovalStatus?: ModelApprovalStatus | null
[src]

The approval status of the model package.

§
ModelMetrics?: ModelMetrics | null
[src]

Metrics for the model.

§
ModelPackageArn: string
[src]

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

§
ModelPackageDescription?: string | null
[src]

A brief summary of the model package.

§
ModelPackageGroupName?: string | null
[src]

If the model is a versioned model, the name of the model group that the versioned model belongs to.

§
ModelPackageName: string
[src]

The name of the model package being described.

§
ModelPackageStatus: ModelPackageStatus
[src]

The current status of the model package.

§
ModelPackageStatusDetails: ModelPackageStatusDetails
[src]

Details about the current status of the model package.

§
ModelPackageVersion?: number | null
[src]

The version of the model package.

§
SamplePayloadUrl?: string | null
[src]

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

§
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null
[src]

Details about the algorithm that was used to create the model package.

§
Task?: string | null
[src]

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

§
ValidationSpecification?: ModelPackageValidationSpecification | null
[src]

Configurations for one or more transform jobs that SageMaker runs to test the model package.