Class: Aws::SageMaker::Types::DeploymentStageStatusSummary

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

Overview

Contains information summarizing the deployment stage results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::EdgeDeploymentConfig

Configuration of the deployment details.



11299
11300
11301
11302
11303
11304
11305
11306
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11299

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

#deployment_statusTypes::EdgeDeploymentStatus

General status of the current state.



11299
11300
11301
11302
11303
11304
11305
11306
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11299

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

#device_selection_configTypes::DeviceSelectionConfig

Configuration of the devices in the stage.



11299
11300
11301
11302
11303
11304
11305
11306
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11299

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

#stage_nameString

The name of the stage.

Returns:

  • (String)


11299
11300
11301
11302
11303
11304
11305
11306
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11299

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