| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty
Documentation
data ModelInfrastructureConfigProperty Source #
Constructors
| ModelInfrastructureConfigProperty | |
Instances
data RealTimeInferenceConfigProperty Source #
Constructors
| RealTimeInferenceConfigProperty | |
Fields
| |
Instances
| ToJSON RealTimeInferenceConfigProperty Source # | |||||
| Show RealTimeInferenceConfigProperty Source # | |||||
| Eq RealTimeInferenceConfigProperty Source # | |||||
| ToResourceProperties RealTimeInferenceConfigProperty Source # | |||||
| Property "InstanceCount" RealTimeInferenceConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.RealTimeInferenceConfigProperty Associated Types
Methods set :: PropertyType "InstanceCount" RealTimeInferenceConfigProperty -> RealTimeInferenceConfigProperty -> RealTimeInferenceConfigProperty # | |||||
| Property "InstanceType" RealTimeInferenceConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.RealTimeInferenceConfigProperty Associated Types
Methods set :: PropertyType "InstanceType" RealTimeInferenceConfigProperty -> RealTimeInferenceConfigProperty -> RealTimeInferenceConfigProperty # | |||||
| type PropertyType "InstanceCount" RealTimeInferenceConfigProperty Source # | |||||
| type PropertyType "InstanceType" RealTimeInferenceConfigProperty Source # | |||||
mkModelInfrastructureConfigProperty :: Value Text -> RealTimeInferenceConfigProperty -> ModelInfrastructureConfigProperty Source #
mkRealTimeInferenceConfigProperty :: Value Integer -> Value Text -> RealTimeInferenceConfigProperty Source #
data ModelVariantConfigProperty Source #
Constructors
| ModelVariantConfigProperty | |
Fields | |
Instances
| ToJSON ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty Methods toJSON :: ModelVariantConfigProperty -> Value # toEncoding :: ModelVariantConfigProperty -> Encoding # toJSONList :: [ModelVariantConfigProperty] -> Value # toEncodingList :: [ModelVariantConfigProperty] -> Encoding # | |||||
| Show ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty Methods showsPrec :: Int -> ModelVariantConfigProperty -> ShowS # show :: ModelVariantConfigProperty -> String # showList :: [ModelVariantConfigProperty] -> ShowS # | |||||
| Eq ModelVariantConfigProperty Source # | |||||
| ToResourceProperties ModelVariantConfigProperty Source # | |||||
| Property "InfrastructureConfig" ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty Associated Types
Methods set :: PropertyType "InfrastructureConfig" ModelVariantConfigProperty -> ModelVariantConfigProperty -> ModelVariantConfigProperty # | |||||
| Property "ModelName" ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty Associated Types
Methods set :: PropertyType "ModelName" ModelVariantConfigProperty -> ModelVariantConfigProperty -> ModelVariantConfigProperty # | |||||
| Property "VariantName" ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty Associated Types
Methods set :: PropertyType "VariantName" ModelVariantConfigProperty -> ModelVariantConfigProperty -> ModelVariantConfigProperty # | |||||
| type PropertyType "InfrastructureConfig" ModelVariantConfigProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceExperiment.ModelVariantConfigProperty type PropertyType "InfrastructureConfig" ModelVariantConfigProperty = ModelInfrastructureConfigProperty | |||||
| type PropertyType "ModelName" ModelVariantConfigProperty Source # | |||||
| type PropertyType "VariantName" ModelVariantConfigProperty Source # | |||||