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

§Properties

§
ApprovalDescription?: string | null
[src]
§
CertifyForMarketplace?: boolean | null
[src]
§
CreatedBy?: UserContext | null
[src]
§
CreationTime: Date | number
[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
[src]
§
ModelPackageDescription?: string | null
[src]
§
ModelPackageGroupName?: string | null
[src]
§
ModelPackageName: string
[src]
§
ModelPackageStatus: ModelPackageStatus
[src]
§
ModelPackageStatusDetails: ModelPackageStatusDetails
[src]
§
ModelPackageVersion?: number | null
[src]
§
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | null
[src]
§
ValidationSpecification?: ModelPackageValidationSpecification | null
[src]