| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantServerlessConfig |
ProductionVariantServerlessConfig.clone() |
ProductionVariantServerlessConfig |
PendingProductionVariantSummary.getCurrentServerlessConfig()
The serverless configuration for the endpoint.
|
ProductionVariantServerlessConfig |
ProductionVariantSummary.getCurrentServerlessConfig()
The serverless configuration for the endpoint.
|
ProductionVariantServerlessConfig |
PendingProductionVariantSummary.getDesiredServerlessConfig()
The serverless configuration requested for this deployment, as specified in the endpoint configuration for the
endpoint.
|
ProductionVariantServerlessConfig |
ProductionVariantSummary.getDesiredServerlessConfig()
The serverless configuration requested for the endpoint update.
|
ProductionVariantServerlessConfig |
EndpointOutputConfiguration.getServerlessConfig() |
ProductionVariantServerlessConfig |
EndpointInputConfiguration.getServerlessConfig() |
ProductionVariantServerlessConfig |
ProductionVariant.getServerlessConfig()
The serverless configuration for an endpoint.
|
ProductionVariantServerlessConfig |
ProductionVariantServerlessConfig.withMaxConcurrency(Integer maxConcurrency)
The maximum number of concurrent invocations your serverless endpoint can process.
|
ProductionVariantServerlessConfig |
ProductionVariantServerlessConfig.withMemorySizeInMB(Integer memorySizeInMB)
The memory size of your serverless endpoint.
|
ProductionVariantServerlessConfig |
ProductionVariantServerlessConfig.withProvisionedConcurrency(Integer provisionedConcurrency)
The amount of provisioned concurrency to allocate for the serverless endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PendingProductionVariantSummary.setCurrentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)
The serverless configuration for the endpoint.
|
void |
ProductionVariantSummary.setCurrentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)
The serverless configuration for the endpoint.
|
void |
PendingProductionVariantSummary.setDesiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)
The serverless configuration requested for this deployment, as specified in the endpoint configuration for the
endpoint.
|
void |
ProductionVariantSummary.setDesiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)
The serverless configuration requested for the endpoint update.
|
void |
EndpointOutputConfiguration.setServerlessConfig(ProductionVariantServerlessConfig serverlessConfig) |
void |
EndpointInputConfiguration.setServerlessConfig(ProductionVariantServerlessConfig serverlessConfig) |
void |
ProductionVariant.setServerlessConfig(ProductionVariantServerlessConfig serverlessConfig)
The serverless configuration for an endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withCurrentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)
The serverless configuration for the endpoint.
|
ProductionVariantSummary |
ProductionVariantSummary.withCurrentServerlessConfig(ProductionVariantServerlessConfig currentServerlessConfig)
The serverless configuration for the endpoint.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withDesiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)
The serverless configuration requested for this deployment, as specified in the endpoint configuration for the
endpoint.
|
ProductionVariantSummary |
ProductionVariantSummary.withDesiredServerlessConfig(ProductionVariantServerlessConfig desiredServerlessConfig)
The serverless configuration requested for the endpoint update.
|
EndpointOutputConfiguration |
EndpointOutputConfiguration.withServerlessConfig(ProductionVariantServerlessConfig serverlessConfig) |
EndpointInputConfiguration |
EndpointInputConfiguration.withServerlessConfig(ProductionVariantServerlessConfig serverlessConfig) |
ProductionVariant |
ProductionVariant.withServerlessConfig(ProductionVariantServerlessConfig serverlessConfig)
The serverless configuration for an endpoint.
|
Copyright © 2024. All rights reserved.