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

DescribeModelOutput

import type { DescribeModelOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeModelOutput {
Containers?: ContainerDefinition[] | null;
CreationTime: Date | number;
EnableNetworkIsolation?: boolean | null;
ExecutionRoleArn: string;
InferenceExecutionConfig?: InferenceExecutionConfig | null;
ModelArn: string;
ModelName: string;
PrimaryContainer?: ContainerDefinition | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
Containers?: ContainerDefinition[] | null
[src]

The containers in the inference pipeline.

§
CreationTime: Date | number
[src]

A timestamp that shows when the model was created.

§
EnableNetworkIsolation?: boolean | null
[src]

If True, no inbound or outbound network calls can be made to or from the model container.

§
ExecutionRoleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

§
InferenceExecutionConfig?: InferenceExecutionConfig | null
[src]

Specifies details of how containers in a multi-container endpoint are called.

§
ModelArn: string
[src]

The Amazon Resource Name (ARN) of the model.

§
ModelName: string
[src]

Name of the SageMaker model.

§
PrimaryContainer?: ContainerDefinition | null
[src]

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

§
VpcConfig?: VpcConfig | null
[src]

A "VpcConfig" object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud