Inference Experiment Model Infrastructure Config Args
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
Link copied to clipboard
constructor(infrastructureType: Output<InferenceExperimentModelInfrastructureConfigInfrastructureType>, realTimeInferenceConfig: Output<InferenceExperimentRealTimeInferenceConfigArgs>)