aws.sagemaker.describe_hub
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_hubWHERE"hub_name" = 'VALUE';Description
Describes a hub.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hub_name Required Input Column The name of the hub. | 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 date and time that the hub was created. | TIMESTAMP_S |
| failure_reason The failure reason if importing hub content failed. | VARCHAR |
| hub_arn The Amazon Resource Name (ARN) of the hub. | VARCHAR |
| hub_description A description of the hub. | VARCHAR |
| hub_display_name The display name of the hub. | VARCHAR |
| hub_search_keywords The searchable keywords for the hub. | VARCHAR[] |
Show child fields
| |
| hub_status The status of the hub. | VARCHAR |
| last_modified_time The date and time that the hub was last modified. | TIMESTAMP_S |
| s3_storage_config The Amazon S3 storage configuration for the hub. | STRUCT( |
Show child fields
| |