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)


37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-sagemaker/types.rb', line 37066

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)


37066
37067
37068
37069
37070
37071
# File 'lib/aws-sdk-sagemaker/types.rb', line 37066

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