InferenceExperimentModelInfrastructureConfigArgs

data class InferenceExperimentModelInfrastructureConfigArgs(val infrastructureType: Output<InferenceExperimentModelInfrastructureConfigInfrastructureType>, val realTimeInferenceConfig: Output<InferenceExperimentRealTimeInferenceConfigArgs>) : ConvertibleToJava<InferenceExperimentModelInfrastructureConfigArgs>

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

Constructors

constructor(infrastructureType: Output<InferenceExperimentModelInfrastructureConfigInfrastructureType>, realTimeInferenceConfig: Output<InferenceExperimentRealTimeInferenceConfigArgs>)

Properties

Link copied to clipboard

The type of the inference experiment that you want to run.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): InferenceExperimentModelInfrastructureConfigArgs