Class: Aws::SageMaker::Types::DeploymentStage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Contains information about a stage in an edge deployment plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::EdgeDeploymentConfig

Configuration of the deployment details.



11261
11262
11263
11264
11265
11266
11267
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11261

class DeploymentStage < Struct.new(
  :stage_name,
  :device_selection_config,
  :deployment_config)
  SENSITIVE = []
  include Aws::Structure
end

#device_selection_configTypes::DeviceSelectionConfig

Configuration of the devices in the stage.



11261
11262
11263
11264
11265
11266
11267
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11261

class DeploymentStage < Struct.new(
  :stage_name,
  :device_selection_config,
  :deployment_config)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


11261
11262
11263
11264
11265
11266
11267
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11261

class DeploymentStage < Struct.new(
  :stage_name,
  :device_selection_config,
  :deployment_config)
  SENSITIVE = []
  include Aws::Structure
end