Share via


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
str

The unique identifier of the custom topic.

Default value: None
topic_name
str

The name of the custom topic.

Default value: None
description
str

Description of the custom topic.

Default value: None
sample_blob_url
str

Sample blob url for the custom topic.

Default value: None
status
str

Status of the custom topic.

Default value: None
failed_reason
str

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
str

The unique identifier of the custom topic.

topic_name
str

The name of the custom topic.

description
str

Description of the custom topic.

sample_blob_url
str

Sample blob url for the custom topic.

status
str

Status of the custom topic.

failed_reason
str

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.