Class: Aws::SageMaker::Types::DeleteEdgeDeploymentStageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 from which the stage will be deleted.

Returns:

  • (String)


10576
10577
10578
10579
10580
10581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10576

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

#stage_nameString

The name of the stage.

Returns:

  • (String)


10576
10577
10578
10579
10580
10581
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10576

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