Class: Aws::SageMaker::Types::StopEdgeDeploymentStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopEdgeDeploymentStageRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan to stop.
-
#stage_name ⇒ String
The name of the stage to stop.
Instance Attribute Details
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan to stop.
48671 48672 48673 48674 48675 48676 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48671 class StopEdgeDeploymentStageRequest < Struct.new( :edge_deployment_plan_name, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage to stop.
48671 48672 48673 48674 48675 48676 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48671 class StopEdgeDeploymentStageRequest < Struct.new( :edge_deployment_plan_name, :stage_name) SENSITIVE = [] include Aws::Structure end |