Class: Aws::SageMaker::Types::ListCompilationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListCompilationJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compilation_job_summaries ⇒ Array<Types::CompilationJobSummary>
An array of [CompilationJobSummary][1] objects, each describing a model compilation job.
-
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this
NextToken.
Instance Attribute Details
#compilation_job_summaries ⇒ Array<Types::CompilationJobSummary>
An array of CompilationJobSummary objects, each describing a model compilation job.
32428 32429 32430 32431 32432 32433 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32428 class ListCompilationJobsResponse < Struct.new( :compilation_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this
NextToken. To retrieve the next set of model compilation jobs, use
this token in the next request.
32428 32429 32430 32431 32432 32433 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32428 class ListCompilationJobsResponse < Struct.new( :compilation_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |