Module model_deployment

Module model_deployment 

Source
Expand description

Model Deployment Module

This module provides stateless model deployment utilities for OpenAI API models. Following the “Thin Client, Rich API” principle, this module offers deployment management patterns and orchestration tools without automatic behaviors or persistent state management.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

AutoScalingConfig
Auto-scaling configuration
DeploymentConfig
Model deployment configuration
DeploymentEvent
Deployment event for history tracking
DeploymentEventReceiver
Receiver for deployment events
DeploymentEventSender
Sender for deployment events
DeploymentManager
Deployment manager for orchestrating model deployments
DeploymentManagerConfig
Configuration for deployment manager
DeploymentStats
Deployment statistics
HealthCheckConfig
Health check configuration for deployments
ModelDeployment
Model deployment instance
ModelDeploymentUtils
Model deployment utilities
ResourceRequirements
Resource requirements for deployment

Enums§

DeploymentEventType
Types of deployment events
DeploymentNotification
Deployment notification types
DeploymentStatus
Model deployment status
DeploymentStrategy
Deployment strategy type