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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ModelPackage {
ApprovalDescription?: string | null;
CertifyForMarketplace?: boolean | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | 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;
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null;
Tags?: Tag[] | null;
ValidationSpecification?: ModelPackageValidationSpecification | null;
}

§Properties

§
ApprovalDescription?: string | null
[src]
§
CertifyForMarketplace?: boolean | null
[src]
§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]
§
InferenceSpecification?: InferenceSpecification | null
[src]
§
LastModifiedBy?: UserContext | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
MetadataProperties?: MetadataProperties | null
[src]
§
ModelApprovalStatus?: ModelApprovalStatus | null
[src]
§
ModelMetrics?: ModelMetrics | null
[src]
§
ModelPackageArn?: string | null
[src]
§
ModelPackageDescription?: string | null
[src]
§
ModelPackageGroupName?: string | null
[src]
§
ModelPackageName?: string | null
[src]
§
ModelPackageStatus?: ModelPackageStatus | null
[src]
§
ModelPackageStatusDetails?: ModelPackageStatusDetails | null
[src]
§
ModelPackageVersion?: number | null
[src]
§
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null
[src]
§
Tags?: Tag[] | null
[src]
§
ValidationSpecification?: ModelPackageValidationSpecification | null
[src]