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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


18414
18415
18416
18417
18418
18419
18420
18421
# File 'lib/aws-sdk-sagemaker/types.rb', line 18414

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

#statusString

The status of the deployable resource.

Returns:

  • (String)


18414
18415
18416
18417
18418
18419
18420
18421
# File 'lib/aws-sdk-sagemaker/types.rb', line 18414

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)


18414
18415
18416
18417
18418
18419
18420
18421
# File 'lib/aws-sdk-sagemaker/types.rb', line 18414

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)


18414
18415
18416
18417
18418
18419
18420
18421
# File 'lib/aws-sdk-sagemaker/types.rb', line 18414

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