Class: Aws::SagemakerEdgeManager::Types::DeploymentResult

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

Overview

Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_end_timeTime

The timestamp of when the deployment was ended, and the agent got the deployment results.

Returns:

  • (Time)


136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_modelsArray<Types::DeploymentModel>

Returns a list of models deployed on the agent.

Returns:



136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_nameString

The name and unique ID of the deployment.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_start_timeTime

The timestamp of when the deployment was started on the agent.

Returns:

  • (Time)


136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_statusString

Returns the bucket error code.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_status_messageString

Returns the detailed error message.

Returns:

  • (String)


136
137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 136

class DeploymentResult < Struct.new(
  :deployment_name,
  :deployment_status,
  :deployment_status_message,
  :deployment_start_time,
  :deployment_end_time,
  :deployment_models)
  SENSITIVE = []
  include Aws::Structure
end