aws.sagemaker.list_projects
Example SQL Queries
SELECT * FROMaws.sagemaker.list_projects;Description
Gets a list of the projects in an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns the projects that were created after a specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns the projects that were created before a specified time. | TIMESTAMP_S |
| max_results Input Column The maximum number of projects to return in the response. | BIGINT |
| name_contains Input Column A filter that returns the projects whose name contains a specified string. | VARCHAR |
| next_token Input Column 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. | VARCHAR |
| sort_by Input Column The field by which to sort results. The default is CreationTime. | VARCHAR |
| sort_order Input Column The sort order for results. The default is Ascending. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| project_summary_list A list of summaries of projects. | STRUCT( |
Show child fields
| |