InferenceExperimentModelVariantConfigArgs

data class InferenceExperimentModelVariantConfigArgs(val infrastructureConfig: Output<InferenceExperimentModelInfrastructureConfigArgs>, val modelName: Output<String>, val variantName: Output<String>) : ConvertibleToJava<InferenceExperimentModelVariantConfigArgs>

Contains information about the deployment options of a model.

Constructors

constructor(infrastructureConfig: Output<InferenceExperimentModelInfrastructureConfigArgs>, modelName: Output<String>, variantName: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val modelName: Output<String>

The name of the Amazon SageMaker Model entity.

Link copied to clipboard
val variantName: Output<String>

The name of the variant.

Functions

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