| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDeploymentConfig.Builder |
EdgeDeploymentConfig.builder() |
EdgeDeploymentConfig.Builder |
EdgeDeploymentConfig.Builder.failureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
EdgeDeploymentConfig.Builder |
EdgeDeploymentConfig.Builder.failureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
EdgeDeploymentConfig.Builder |
EdgeDeploymentConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EdgeDeploymentConfig.Builder> |
EdgeDeploymentConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeploymentStageStatusSummary.Builder |
DeploymentStageStatusSummary.Builder.deploymentConfig(Consumer<EdgeDeploymentConfig.Builder> deploymentConfig)
Configuration of the deployment details.
|
default DeploymentStage.Builder |
DeploymentStage.Builder.deploymentConfig(Consumer<EdgeDeploymentConfig.Builder> deploymentConfig)
Configuration of the deployment details.
|
Copyright © 2022. All rights reserved.