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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_summariesArray<Types::CompilationJobSummary>

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

Returns:



28501
28502
28503
28504
28505
28506
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28501

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

#next_tokenString

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.

Returns:

  • (String)


28501
28502
28503
28504
28505
28506
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28501

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