Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeploymentStageStatusSummary
-
Packages that use DeploymentStageStatusSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeploymentStageStatusSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeploymentStageStatusSummary Modifier and Type Method Description List<DeploymentStageStatusSummary>DescribeEdgeDeploymentPlanResponse. stages()List of stages in the edge deployment plan.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeploymentStageStatusSummary Modifier and Type Method Description DescribeEdgeDeploymentPlanResponse.BuilderDescribeEdgeDeploymentPlanResponse.Builder. stages(DeploymentStageStatusSummary... stages)List of stages in the edge deployment plan.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeploymentStageStatusSummary Modifier and Type Method Description DescribeEdgeDeploymentPlanResponse.BuilderDescribeEdgeDeploymentPlanResponse.Builder. stages(Collection<DeploymentStageStatusSummary> stages)List of stages in the edge deployment plan.
-