models Package
Modules
Classes
ActiveLearningSettingsDTO |
Active Learning settings of the endpoint. |
AlterationsDTO |
Collection of words that are synonyms. All required parameters must be populated in order to send to Azure. |
AnswerSpanRequestDTO |
To configure Answer span prediction feature. |
AnswerSpanResponseDTO |
Answer span object of QnA. |
ContextDTO |
Context associated with Qna. |
CreateKbDTO |
Post body schema for CreateKb operation. All required parameters must be populated in order to send to Azure. |
CreateKbInputDTO |
Input to create KB. |
DeleteKbContentsDTO |
PATCH body schema of Delete Operation in UpdateKb. |
EndpointKeysDTO |
Schema for EndpointKeys generate/refresh operations. |
EndpointSettingsDTO |
Endpoint settings. |
EndpointSettingsDTOActiveLearning |
Active Learning settings of the endpoint. |
Error |
The error object. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. All required parameters must be populated in order to send to Azure. |
ErrorResponse |
Error response. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. |
ErrorResponseError |
The error object. All required parameters must be populated in order to send to Azure. |
ErrorResponseException |
Server responded with exception of type: 'ErrorResponse'. |
FeedbackRecordDTO |
Active learning feedback record. |
FeedbackRecordsDTO |
Active learning feedback records. |
FileDTO |
DTO to hold details of uploaded files. All required parameters must be populated in order to send to Azure. |
InnerErrorModel |
An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses. |
KnowledgebaseDTO |
Response schema for CreateKb operation. |
KnowledgebasesDTO |
Collection of knowledgebases owned by a user. |
MetadataDTO |
Name - value pair of metadata. All required parameters must be populated in order to send to Azure. |
Operation |
Record to track long running operation. |
PromptDTO |
Prompt for an answer. |
PromptDTOQna |
QnADTO - Either QnaId or QnADTO needs to be present in a PromptDTO object. All required parameters must be populated in order to send to Azure. |
QnADTO |
Q-A object. All required parameters must be populated in order to send to Azure. |
QnADTOContext |
Context of a QnA. |
QnADocumentsDTO |
List of QnADTO. |
QnASearchResult |
Represents Search Result. |
QnASearchResultAnswerSpan |
Answer span object of QnA with respect to user's question. |
QnASearchResultContext |
Context object of the QnA. |
QnASearchResultList |
Represents List of Question Answers. |
QueryContextDTO |
Context object with previous QnA's information. |
QueryDTO |
POST body schema to query the knowledgebase. |
QueryDTOAnswerSpanRequest |
To configure Answer span prediction feature. |
QueryDTOContext |
Context object with previous QnA's information. |
ReplaceKbDTO |
Post body schema for Replace KB operation. All required parameters must be populated in order to send to Azure. |
UpdateContextDTO |
Update Body schema to represent context to be updated. |
UpdateKbContentsDTO |
PATCH body schema for Update operation in Update Kb. |
UpdateKbOperationDTO |
Contains list of QnAs to be updated. |
UpdateKbOperationDTOAdd |
An instance of CreateKbInputDTO for add operation. |
UpdateKbOperationDTODelete |
An instance of DeleteKbContentsDTO for delete Operation. |
UpdateKbOperationDTOUpdate |
An instance of UpdateKbContentsDTO for Update Operation. |
UpdateMetadataDTO |
PATCH Body schema to represent list of Metadata to be updated. |
UpdateQnaDTO |
PATCH Body schema for Update Qna List. |
UpdateQnaDTOContext |
Context associated with Qna to be updated. |
UpdateQnaDTOMetadata |
List of metadata associated with the answer to be updated. |
UpdateQnaDTOQuestions |
List of questions associated with the answer. |
UpdateQuestionsDTO |
PATCH Body schema for Update Kb which contains list of questions to be added and deleted. |
WordAlterationsDTO |
Collection of word alterations. All required parameters must be populated in order to send to Azure. |
Enums
EnvironmentType | |
ErrorCodeType | |
OperationStateType | |
StrictFiltersCompoundOperationType |
Azure SDK for Python