Class: Aws::SageMaker::Types::EdgePresetDeploymentOutput

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

Overview

The output of a SageMaker Edge Manager deployable resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifactString

The Amazon Resource Name (ARN) of the generated deployable resource.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18408

class EdgePresetDeploymentOutput < Struct.new(
  :type,
  :artifact,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the deployable resource.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18408

class EdgePresetDeploymentOutput < Struct.new(
  :type,
  :artifact,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Returns a message describing the status of the deployed resource.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18408

class EdgePresetDeploymentOutput < Struct.new(
  :type,
  :artifact,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18408

class EdgePresetDeploymentOutput < Struct.new(
  :type,
  :artifact,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end