Class: Aws::SageMaker::Types::DescribeEdgePackagingJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_packaging_job_nameString

The name of the edge packaging job.

Returns:

  • (String)


16798
16799
16800
16801
16802
# File 'lib/aws-sdk-sagemaker/types.rb', line 16798

class DescribeEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name)
  SENSITIVE = []
  include Aws::Structure
end