Inference Experiment Model Infrastructure Config
data class InferenceExperimentModelInfrastructureConfig(val infrastructureType: InferenceExperimentModelInfrastructureConfigInfrastructureType, val realTimeInferenceConfig: InferenceExperimentRealTimeInferenceConfig)
The configuration for the infrastructure that the model will be deployed to.
Constructors
Link copied to clipboard
constructor(infrastructureType: InferenceExperimentModelInfrastructureConfigInfrastructureType, realTimeInferenceConfig: InferenceExperimentRealTimeInferenceConfig)