aws.sagemaker.list_actions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_actions;Description
Lists the actions in your account and their properties.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action_type Input Column The type of the action. | VARCHAR |
| created_after Input Column A filter that returns only actions created on or after the specified time. | TIMESTAMP_S |
| created_before Input Column A filter that returns only actions 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 actions 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
| |
| action_arn The Amazon Resource Name (ARN) of the action. | VARCHAR |
| action_name The name of the action. | VARCHAR |
| creation_time When the action was created. | TIMESTAMP_S |
| last_modified_time When the action was last modified. | TIMESTAMP_S |
| source The source of the action. | STRUCT( |
Show child fields
| |
| status The status of the action. | VARCHAR |