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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CompilationJobSummary.html

Returns:



25543
25544
25545
25546
25547
25548
# File 'lib/aws-sdk-sagemaker/types.rb', line 25543

class ListCompilationJobsResponse < Struct.new(
  :compilation_job_summaries,
  :next_token)
  SENSITIVE = []
  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)


25543
25544
25545
25546
25547
25548
# File 'lib/aws-sdk-sagemaker/types.rb', line 25543

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