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

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.

Returns:

  • (String)


5973
5974
5975
5976
5977
5978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5973

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:



5973
5974
5975
5976
5977
5978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5973

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