RaiTopicProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RAI Custom Topic properties.
public class RaiTopicProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.RaiTopicProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.RaiTopicProperties>
type RaiTopicProperties = class
interface IJsonModel<RaiTopicProperties>
interface IPersistableModel<RaiTopicProperties>
Public Class RaiTopicProperties
Implements IJsonModel(Of RaiTopicProperties), IPersistableModel(Of RaiTopicProperties)
- Inheritance
-
RaiTopicProperties
- Implements
Constructors
| Name | Description |
|---|---|
| RaiTopicProperties() |
Initializes a new instance of RaiTopicProperties. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
Creation time of the custom topic. |
| Description |
Description of the custom topic. |
| FailedReason |
Failed reason if the status is Failed. |
| LastModifiedOn |
Last modified time of the custom topic. |
| SampleBlobUri |
Sample blob url for the custom topic. |
| Status |
Status of the custom topic. |
| TopicId |
The unique identifier of the custom topic. |
| TopicName |
The name of the custom topic. |