Class: Aws::SageMaker::Types::ListEdgePackagingJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEdgePackagingJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_packaging_job_summaries ⇒ Array<Types::EdgePackagingJobSummary>
Summaries of edge packaging jobs.
-
#next_token ⇒ String
Token to use when calling the next page of results.
Instance Attribute Details
#edge_packaging_job_summaries ⇒ Array<Types::EdgePackagingJobSummary>
Summaries of edge packaging jobs.
29099 29100 29101 29102 29103 29104 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29099 class ListEdgePackagingJobsResponse < Struct.new( :edge_packaging_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token to use when calling the next page of results.
29099 29100 29101 29102 29103 29104 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29099 class ListEdgePackagingJobsResponse < Struct.new( :edge_packaging_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |