Endpoint Configuration Shadow Production Variant
data class EndpointConfigurationShadowProductionVariant(val acceleratorType: String? = null, val containerStartupHealthCheckTimeoutInSeconds: Int? = null, val coreDumpConfig: EndpointConfigurationShadowProductionVariantCoreDumpConfig? = null, val enableSsmAccess: Boolean? = null, val initialInstanceCount: Int? = null, val initialVariantWeight: Double? = null, val instanceType: String? = null, val modelDataDownloadTimeoutInSeconds: Int? = null, val modelName: String, val serverlessConfig: EndpointConfigurationShadowProductionVariantServerlessConfig? = null, val variantName: String? = null, val volumeSizeInGb: Int? = null)
Constructors
Link copied to clipboard
fun EndpointConfigurationShadowProductionVariant(acceleratorType: String? = null, containerStartupHealthCheckTimeoutInSeconds: Int? = null, coreDumpConfig: EndpointConfigurationShadowProductionVariantCoreDumpConfig? = null, enableSsmAccess: Boolean? = null, initialInstanceCount: Int? = null, initialVariantWeight: Double? = null, instanceType: String? = null, modelDataDownloadTimeoutInSeconds: Int? = null, modelName: String, serverlessConfig: EndpointConfigurationShadowProductionVariantServerlessConfig? = null, variantName: String? = null, volumeSizeInGb: Int? = null)
Types
Properties
Link copied to clipboard
The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests. Valid values between 60
and 3600
.
Link copied to clipboard
Link copied to clipboard