InferenceExperimentModelVariantConfig

data class InferenceExperimentModelVariantConfig(val infrastructureConfig: InferenceExperimentModelInfrastructureConfig, val modelName: String, val variantName: String)

Contains information about the deployment options of a model.

Constructors

Link copied to clipboard
constructor(infrastructureConfig: InferenceExperimentModelInfrastructureConfig, modelName: String, variantName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the Amazon SageMaker Model entity.

Link copied to clipboard

The name of the variant.