Class: Aws::SageMaker::Types::StartEdgeDeploymentStageRequest

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 start.

Returns:

  • (String)


39368
39369
39370
39371
39372
39373
# File 'lib/aws-sdk-sagemaker/types.rb', line 39368

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

#stage_nameString

The name of the stage to start.

Returns:

  • (String)


39368
39369
39370
39371
39372
39373
# File 'lib/aws-sdk-sagemaker/types.rb', line 39368

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