Class: Aws::SageMaker::Types::ListProjectsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListProjectsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the result of the previous ‘ListCompilationJobs` request was truncated, the response includes a `NextToken`.
-
#project_summary_list ⇒ Array<Types::ProjectSummary>
A list of summaries of projects.
Instance Attribute Details
#next_token ⇒ String
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.
32093 32094 32095 32096 32097 32098 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32093 class ListProjectsOutput < Struct.new( :project_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#project_summary_list ⇒ Array<Types::ProjectSummary>
A list of summaries of projects.
32093 32094 32095 32096 32097 32098 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32093 class ListProjectsOutput < Struct.new( :project_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |