Compartir a través de


InputWarning Class

Definition

Contains details of warnings encountered during a job execution.

public class InputWarning : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.InputWarning>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.InputWarning>
type InputWarning = class
    interface IJsonModel<InputWarning>
    interface IPersistableModel<InputWarning>
Public Class InputWarning
Implements IJsonModel(Of InputWarning), IPersistableModel(Of InputWarning)
Inheritance
InputWarning
Implements

Properties

Code

Warning code.

Message

Warning message.

TargetRef

A JSON pointer reference indicating the target object.

Explicit Interface Implementations

IJsonModel<InputWarning>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InputWarning>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InputWarning>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InputWarning>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InputWarning>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to