Class: Aws::SageMaker::Types::ListProjectsOutput

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

#next_tokenString

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

Returns:

  • (String)


29123
29124
29125
29126
29127
29128
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29123

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

#project_summary_listArray<Types::ProjectSummary>

A list of summaries of projects.

Returns:



29123
29124
29125
29126
29127
29128
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29123

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