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

ModelInfrastructureConfig

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

The configuration for the infrastructure that the model will be deployed to.

interface ModelInfrastructureConfig {
InfrastructureType: ModelInfrastructureType;
RealTimeInferenceConfig: RealTimeInferenceConfig;
}

§Properties

§
InfrastructureType: ModelInfrastructureType
[src]

The inference option to which to deploy your model. Possible values are the following:

  • RealTime: Deploy to real-time inference.
§
RealTimeInferenceConfig: RealTimeInferenceConfig
[src]

The infrastructure configuration for deploying the model to real-time inference.