Class: Aws::SageMaker::Types::DeploymentStageStatusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeploymentStageStatusSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Contains information summarizing the deployment stage results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::EdgeDeploymentConfig
Configuration of the deployment details.
-
#deployment_status ⇒ Types::EdgeDeploymentStatus
General status of the current state.
-
#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.
12151 12152 12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12151 class DeploymentStageStatusSummary < Struct.new( :stage_name, :device_selection_config, :deployment_config, :deployment_status) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ Types::EdgeDeploymentStatus
General status of the current state.
12151 12152 12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12151 class DeploymentStageStatusSummary < Struct.new( :stage_name, :device_selection_config, :deployment_config, :deployment_status) SENSITIVE = [] include Aws::Structure end |
#device_selection_config ⇒ Types::DeviceSelectionConfig
Configuration of the devices in the stage.
12151 12152 12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12151 class DeploymentStageStatusSummary < Struct.new( :stage_name, :device_selection_config, :deployment_config, :deployment_status) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage.
12151 12152 12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12151 class DeploymentStageStatusSummary < Struct.new( :stage_name, :device_selection_config, :deployment_config, :deployment_status) SENSITIVE = [] include Aws::Structure end |