You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListCompilationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListCompilationJobsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#compilation_job_summaries ⇒ Array<Types::CompilationJobSummary>
An array of CompilationJobSummary objects, each describing a model compilation job.
-
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this
NextToken
.
Instance Attribute Details
#compilation_job_summaries ⇒ Array<Types::CompilationJobSummary>
An array of CompilationJobSummary objects, each describing a model compilation job.
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this NextToken
.
To retrieve the next set of model compilation jobs, use this token in
the next request.