Class: Aws::SageMaker::Types::DescribeEdgePackagingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeEdgePackagingJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_packaging_job_name ⇒ String
The name of the edge packaging job.
Instance Attribute Details
#edge_packaging_job_name ⇒ String
The name of the edge packaging job.
13761 13762 13763 13764 13765 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13761 class DescribeEdgePackagingJobRequest < Struct.new( :edge_packaging_job_name) SENSITIVE = [] include Aws::Structure end |