InferenceExperimentRealTimeInferenceConfigArgs

data class InferenceExperimentRealTimeInferenceConfigArgs(val instanceCount: Output<Int>, val instanceType: Output<String>) : ConvertibleToJava<InferenceExperimentRealTimeInferenceConfigArgs>

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

Constructors

constructor(instanceCount: Output<Int>, instanceType: Output<String>)

Properties

Link copied to clipboard
val instanceCount: Output<Int>

The number of instances of the type specified by InstanceType.

Link copied to clipboard
val instanceType: Output<String>

The instance type the model is deployed to.

Functions

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