aws.sagemaker.list_contexts
Example SQL Queries
SELECT * FROMaws.sagemaker.list_contexts;Description
Lists the contexts in your account and their properties.
Table Definition
| Column Name | Column Data Type |
|---|---|
| context_type Input Column The type of the context. | VARCHAR |
| created_after Input Column A filter that returns only contexts created on or after the specified time. | TIMESTAMP_S |
| created_before Input Column A filter that returns only contexts created on or before the specified time. | TIMESTAMP_S |
| sort_by Input Column The property used to sort results. The default value is CreationTime. | VARCHAR |
| sort_order Input Column The sort order. The default value is Descending. | VARCHAR |
| source_uri Input Column A filter that returns only contexts with the specified source URI. | 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
| |
| context_arn The Amazon Resource Name (ARN) of the context. | VARCHAR |
| context_name The name of the context. | VARCHAR |
| creation_time When the context was created. | TIMESTAMP_S |
| last_modified_time When the context was last modified. | TIMESTAMP_S |
| source The source of the context. | STRUCT( |
Show child fields
| |