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

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

Functions

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

Properties

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.