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

EndpointConfigSummary

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

Provides summary information for an endpoint configuration.

interface EndpointConfigSummary {
CreationTime: Date | number;
EndpointConfigArn: string;
EndpointConfigName: string;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp that shows when the endpoint configuration was created.

§
EndpointConfigArn: string
[src]

The Amazon Resource Name (ARN) of the endpoint configuration.

§
EndpointConfigName: string
[src]

The name of the endpoint configuration.