RaiTopicProperties interface
RAI Custom Topic properties.
Properties
| created |
Creation time of the custom topic. |
| description | Description of the custom topic. |
| failed |
Failed reason if the status is Failed. |
| last |
Last modified time of the custom topic. |
| sample |
Sample blob url for the custom topic. |
| status | Status of the custom topic. |
| topic |
The unique identifier of the custom topic. |
| topic |
The name of the custom topic. |
Property Details
createdAt
Creation time of the custom topic.
createdAt?: Date
Property Value
Date
description
Description of the custom topic.
description?: string
Property Value
string
failedReason
Failed reason if the status is Failed.
failedReason?: string
Property Value
string
lastModifiedAt
Last modified time of the custom topic.
lastModifiedAt?: Date
Property Value
Date
sampleBlobUrl
Sample blob url for the custom topic.
sampleBlobUrl?: string
Property Value
string
status
Status of the custom topic.
status?: string
Property Value
string
topicId
The unique identifier of the custom topic.
topicId?: string
Property Value
string
topicName
The name of the custom topic.
topicName?: string
Property Value
string