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.
34708 34709 34710 34711 34712 34713 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34708 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.
34708 34709 34710 34711 34712 34713 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34708 class StopEdgeDeploymentStageRequest < Struct.new( :edge_deployment_plan_name, :stage_name) SENSITIVE = [] include Aws::Structure end |