Class: Aws::SageMaker::Types::EdgeDeploymentStatus

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

#edge_deployment_failed_in_stageInteger

The number of edge devices that failed the deployment in current stage.

Returns:

  • (Integer)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_pending_in_stageInteger

The number of edge devices yet to pick up the deployment in current stage, or in progress.

Returns:

  • (Integer)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_stage_start_timeTime

The time when the deployment API started.

Returns:

  • (Time)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_status_messageString

A detailed message about deployment status in current stage.

Returns:

  • (String)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_success_in_stageInteger

The number of edge devices with the successful deployment in the current stage.

Returns:

  • (Integer)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#stage_statusString

The general status of the current stage.

Returns:

  • (String)


18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18165

class EdgeDeploymentStatus < Struct.new(
  :stage_status,
  :edge_deployment_success_in_stage,
  :edge_deployment_pending_in_stage,
  :edge_deployment_failed_in_stage,
  :edge_deployment_status_message,
  :edge_deployment_stage_start_time)
  SENSITIVE = []
  include Aws::Structure
end