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

DescribeEndpointConfigOutput

import type { DescribeEndpointConfigOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeEndpointConfigOutput {
AsyncInferenceConfig?: AsyncInferenceConfig | null;
CreationTime: Date | number;
DataCaptureConfig?: DataCaptureConfig | null;
EndpointConfigArn: string;
EndpointConfigName: string;
KmsKeyId?: string | null;
ProductionVariants: ProductionVariant[];
}

§Properties

§
AsyncInferenceConfig?: AsyncInferenceConfig | null
[src]
§
CreationTime: Date | number
[src]
§
DataCaptureConfig?: DataCaptureConfig | null
[src]
§
EndpointConfigArn: string
[src]
§
EndpointConfigName: string
[src]
§
KmsKeyId?: string | null
[src]
§
ProductionVariants: ProductionVariant[]
[src]