aws.sagemaker.list_resource_catalogs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_resource_catalogs;Description
Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Use this parameter to search for ResourceCatalogs created after a specific date and time. | TIMESTAMP_S |
| creation_time_before Input Column Use this parameter to search for ResourceCatalogs created before a specific date and time. | TIMESTAMP_S |
| name_contains Input Column A string that partially matches one or more ResourceCatalogs names. Filters ResourceCatalog by name. | VARCHAR |
| sort_by Input Column The value on which the resource catalog list is sorted. | VARCHAR |
| sort_order Input Column The order in which the resource catalogs are listed. | 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
| |
| creation_time The time the ResourceCatalog was created. | TIMESTAMP_S |
| description A free form description of the ResourceCatalog. | VARCHAR |
| resource_catalog_arn The Amazon Resource Name (ARN) of the ResourceCatalog. | VARCHAR |
| resource_catalog_name The name of the ResourceCatalog. | VARCHAR |