Class: Aws::SageMaker::Types::StopEdgeDeploymentStageRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_deployment_plan_nameString

The name of the edge deployment plan to stop.

Returns:

  • (String)


37215
37216
37217
37218
37219
37220
# File 'lib/aws-sdk-sagemaker/types.rb', line 37215

class StopEdgeDeploymentStageRequest < Struct.new(
  :edge_deployment_plan_name,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage to stop.

Returns:

  • (String)


37215
37216
37217
37218
37219
37220
# File 'lib/aws-sdk-sagemaker/types.rb', line 37215

class StopEdgeDeploymentStageRequest < Struct.new(
  :edge_deployment_plan_name,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end