Uses of Class
com.azure.ai.openai.assistants.models.ThreadDeletionStatus
Packages that use ThreadDeletionStatus
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of ThreadDeletionStatus in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants that return ThreadDeletionStatusModifier and TypeMethodDescriptionAssistantsClient.deleteThread
(String threadId) Deletes an existing thread.Methods in com.azure.ai.openai.assistants that return types with arguments of type ThreadDeletionStatusModifier and TypeMethodDescriptionAssistantsAsyncClient.deleteThread
(String threadId) Deletes an existing thread. -
Uses of ThreadDeletionStatus in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return ThreadDeletionStatusModifier and TypeMethodDescriptionstatic ThreadDeletionStatus
ThreadDeletionStatus.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ThreadDeletionStatus from the JsonReader.