Class: Aws::SageMaker::Types::DeploymentStage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeploymentStage
- 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
-
#deployment_config ⇒ Types::EdgeDeploymentConfig
Configuration of the deployment details.
-
#device_selection_config ⇒ Types::DeviceSelectionConfig
Configuration of the devices in the stage.
-
#stage_name ⇒ String
The name of the stage.
Instance Attribute Details
#deployment_config ⇒ Types::EdgeDeploymentConfig
Configuration of the deployment details.
12042 12043 12044 12045 12046 12047 12048 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12042 class DeploymentStage < Struct.new( :stage_name, :device_selection_config, :deployment_config) SENSITIVE = [] include Aws::Structure end |
#device_selection_config ⇒ Types::DeviceSelectionConfig
Configuration of the devices in the stage.
12042 12043 12044 12045 12046 12047 12048 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12042 class DeploymentStage < Struct.new( :stage_name, :device_selection_config, :deployment_config) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage.
12042 12043 12044 12045 12046 12047 12048 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12042 class DeploymentStage < Struct.new( :stage_name, :device_selection_config, :deployment_config) SENSITIVE = [] include Aws::Structure end |