| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeDeploymentModelConfig |
EdgeDeploymentModelConfig.clone() |
EdgeDeploymentModelConfig |
EdgeDeploymentModelConfig.withEdgePackagingJobName(String edgePackagingJobName)
The edge packaging job associated with this deployment.
|
EdgeDeploymentModelConfig |
EdgeDeploymentModelConfig.withModelHandle(String modelHandle)
The name the device application uses to reference this model.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeDeploymentModelConfig> |
DescribeEdgeDeploymentPlanResult.getModelConfigs()
List of models associated with the edge deployment plan.
|
List<EdgeDeploymentModelConfig> |
CreateEdgeDeploymentPlanRequest.getModelConfigs()
List of models associated with the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeDeploymentPlanResult |
DescribeEdgeDeploymentPlanResult.withModelConfigs(EdgeDeploymentModelConfig... modelConfigs)
List of models associated with the edge deployment plan.
|
CreateEdgeDeploymentPlanRequest |
CreateEdgeDeploymentPlanRequest.withModelConfigs(EdgeDeploymentModelConfig... modelConfigs)
List of models associated with the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEdgeDeploymentPlanResult.setModelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
|
void |
CreateEdgeDeploymentPlanRequest.setModelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
|
DescribeEdgeDeploymentPlanResult |
DescribeEdgeDeploymentPlanResult.withModelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
|
CreateEdgeDeploymentPlanRequest |
CreateEdgeDeploymentPlanRequest.withModelConfigs(Collection<EdgeDeploymentModelConfig> modelConfigs)
List of models associated with the edge deployment plan.
|
Copyright © 2025. All rights reserved.