Class: Aws::SageMaker::Types::ListCompilationJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_summariesArray<Types::CompilationJobSummary>

An array of CompilationJobSummary objects, each describing a model compilation job.

Returns:



6765
6766
6767
6768
6769
# File 'lib/aws-sdk-sagemaker/types.rb', line 6765

class ListCompilationJobsResponse < Struct.new(
  :compilation_job_summaries,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


6765
6766
6767
6768
6769
# File 'lib/aws-sdk-sagemaker/types.rb', line 6765

class ListCompilationJobsResponse < Struct.new(
  :compilation_job_summaries,
  :next_token)
  include Aws::Structure
end