aws.sagemaker.describe_hub_content
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_hub_contentWHERE"hub_name" = 'VALUE'AND "hub_content_type" = 'VALUE'AND "hub_content_name" = 'VALUE';Description
Describe the content of a hub.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hub_content_name Required Input Column The name of the hub content. | VARCHAR |
| hub_content_type Required Input Column The type of hub content. | VARCHAR |
| hub_name Required Input Column The name of the hub that contains the content. | VARCHAR |
| hub_content_version Input Column The version of the hub content. | 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 hub content was created. | TIMESTAMP_S |
| document_schema_version The document schema version for the hub content. | VARCHAR |
| failure_reason The failure reason if importing hub content failed. | VARCHAR |
| hub_arn The Amazon Resource Name (ARN) of the hub that contains the content. | VARCHAR |
| hub_content_arn The Amazon Resource Name (ARN) of the hub content. | VARCHAR |
| hub_content_dependencies The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks. | STRUCT( |
Show child fields
| |
| hub_content_description A description of the hub content. | VARCHAR |
| hub_content_display_name The display name of the hub content. | VARCHAR |
| hub_content_document The hub content document that describes information about the hub content such as type, associated containers, scripts, and more. | VARCHAR |
| hub_content_markdown A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating. | VARCHAR |
| hub_content_search_keywords The searchable keywords for the hub content. | VARCHAR[] |
Show child fields
| |
| hub_content_status The status of the hub content. | VARCHAR |
| reference_min_version The minimum version of the hub content. | VARCHAR |
| sage_maker_public_hub_content_arn The ARN of the public hub content. | VARCHAR |
| support_status The support status of the hub content. | VARCHAR |