Class: Aws::SageMaker::Types::CreateEdgeDeploymentStageRequest

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.

Returns:

  • (String)


6965
6966
6967
6968
6969
6970
# File 'lib/aws-sdk-sagemaker/types.rb', line 6965

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

#stagesArray<Types::DeploymentStage>

List of stages to be added to the edge deployment plan.

Returns:



6965
6966
6967
6968
6969
6970
# File 'lib/aws-sdk-sagemaker/types.rb', line 6965

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