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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


12792
12793
12794
12795
12796
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12792

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