RaiTopicProperties Class
RAI Custom Topic properties.
Constructor
RaiTopicProperties(*, topic_id: str | None = None, topic_name: str | None = None, description: str | None = None, sample_blob_url: str | None = None, status: str | None = None, failed_reason: str | None = None, created_at: datetime | None = None, last_modified_at: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
topic_id
|
The unique identifier of the custom topic. Default value: None
|
|
topic_name
|
The name of the custom topic. Default value: None
|
|
description
|
Description of the custom topic. Default value: None
|
|
sample_blob_url
|
Sample blob url for the custom topic. Default value: None
|
|
status
|
Status of the custom topic. Default value: None
|
|
failed_reason
|
Failed reason if the status is Failed. Default value: None
|
|
created_at
|
Creation time of the custom topic. Default value: None
|
|
last_modified_at
|
Last modified time of the custom topic. Default value: None
|
Variables
| Name | Description |
|---|---|
|
topic_id
|
The unique identifier of the custom topic. |
|
topic_name
|
The name of the custom topic. |
|
description
|
Description of the custom topic. |
|
sample_blob_url
|
Sample blob url for the custom topic. |
|
status
|
Status of the custom topic. |
|
failed_reason
|
Failed reason if the status is Failed. |
|
created_at
|
Creation time of the custom topic. |
|
last_modified_at
|
Last modified time of the custom topic. |