azure.ai.projects package¶
- class azure.ai.projects.AIProjectClient(endpoint: str, subscription_id: str, resource_group_name: str, project_name: str, credential: TokenCredential, **kwargs: Any)[source]¶
-
- classmethod from_connection_string(conn_str: str, credential: TokenCredential, **kwargs) Self[source]¶
Create an AIProjectClient from a connection string.
- Parameters:
conn_str (str) – The connection string, copied from your AI Foundry project.
credential (TokenCredential) – Credential used to authenticate requests to the service.
- Returns:
An AIProjectClient instance.
- Return type:
- send_request(request: HttpRequest, *, stream: bool = False, **kwargs: Any) HttpResponse[source]¶
Runs the network request through the client’s chained policies.
>>> from azure.core.rest import HttpRequest >>> request = HttpRequest("GET", "https://www.example.org/") <HttpRequest [GET], url: 'https://www.example.org/'> >>> response = client.send_request(request) <HttpResponse: 200 OK>
For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request
- Parameters:
request (HttpRequest) – The network request you want to make. Required.
- Keyword Arguments:
stream (bool) – Whether the response payload will be streamed. Defaults to False.
- Returns:
The response of your network call. Does not do error handling on your response.
- Return type:
Subpackages¶
- azure.ai.projects.aio package
- azure.ai.projects.models package
AgentAgent.as_dict()Agent.clear()Agent.copy()Agent.get()Agent.items()Agent.keys()Agent.pop()Agent.popitem()Agent.setdefault()Agent.update()Agent.values()Agent.created_atAgent.descriptionAgent.idAgent.instructionsAgent.metadataAgent.modelAgent.nameAgent.objectAgent.response_formatAgent.temperatureAgent.tool_resourcesAgent.toolsAgent.top_p
AgentDeletionStatusAgentDeletionStatus.as_dict()AgentDeletionStatus.clear()AgentDeletionStatus.copy()AgentDeletionStatus.get()AgentDeletionStatus.items()AgentDeletionStatus.keys()AgentDeletionStatus.pop()AgentDeletionStatus.popitem()AgentDeletionStatus.setdefault()AgentDeletionStatus.update()AgentDeletionStatus.values()AgentDeletionStatus.deletedAgentDeletionStatus.idAgentDeletionStatus.object
AgentEventHandlerAgentEventHandler.initialize()AgentEventHandler.on_done()AgentEventHandler.on_error()AgentEventHandler.on_message_delta()AgentEventHandler.on_run_step()AgentEventHandler.on_run_step_delta()AgentEventHandler.on_thread_message()AgentEventHandler.on_thread_run()AgentEventHandler.on_unhandled_event()AgentEventHandler.until_done()
AgentRunStreamAgentStreamEventAgentStreamEvent.capitalize()AgentStreamEvent.casefold()AgentStreamEvent.center()AgentStreamEvent.count()AgentStreamEvent.encode()AgentStreamEvent.endswith()AgentStreamEvent.expandtabs()AgentStreamEvent.find()AgentStreamEvent.format()AgentStreamEvent.format_map()AgentStreamEvent.index()AgentStreamEvent.isalnum()AgentStreamEvent.isalpha()AgentStreamEvent.isascii()AgentStreamEvent.isdecimal()AgentStreamEvent.isdigit()AgentStreamEvent.isidentifier()AgentStreamEvent.islower()AgentStreamEvent.isnumeric()AgentStreamEvent.isprintable()AgentStreamEvent.isspace()AgentStreamEvent.istitle()AgentStreamEvent.isupper()AgentStreamEvent.join()AgentStreamEvent.ljust()AgentStreamEvent.lower()AgentStreamEvent.lstrip()AgentStreamEvent.maketrans()AgentStreamEvent.partition()AgentStreamEvent.removeprefix()AgentStreamEvent.removesuffix()AgentStreamEvent.replace()AgentStreamEvent.rfind()AgentStreamEvent.rindex()AgentStreamEvent.rjust()AgentStreamEvent.rpartition()AgentStreamEvent.rsplit()AgentStreamEvent.rstrip()AgentStreamEvent.split()AgentStreamEvent.splitlines()AgentStreamEvent.startswith()AgentStreamEvent.strip()AgentStreamEvent.swapcase()AgentStreamEvent.title()AgentStreamEvent.translate()AgentStreamEvent.upper()AgentStreamEvent.zfill()AgentStreamEvent.DONEAgentStreamEvent.ERRORAgentStreamEvent.THREAD_CREATEDAgentStreamEvent.THREAD_MESSAGE_COMPLETEDAgentStreamEvent.THREAD_MESSAGE_CREATEDAgentStreamEvent.THREAD_MESSAGE_DELTAAgentStreamEvent.THREAD_MESSAGE_INCOMPLETEAgentStreamEvent.THREAD_MESSAGE_IN_PROGRESSAgentStreamEvent.THREAD_RUN_CANCELLEDAgentStreamEvent.THREAD_RUN_CANCELLINGAgentStreamEvent.THREAD_RUN_COMPLETEDAgentStreamEvent.THREAD_RUN_CREATEDAgentStreamEvent.THREAD_RUN_EXPIREDAgentStreamEvent.THREAD_RUN_FAILEDAgentStreamEvent.THREAD_RUN_INCOMPLETEAgentStreamEvent.THREAD_RUN_IN_PROGRESSAgentStreamEvent.THREAD_RUN_QUEUEDAgentStreamEvent.THREAD_RUN_REQUIRES_ACTIONAgentStreamEvent.THREAD_RUN_STEP_CANCELLEDAgentStreamEvent.THREAD_RUN_STEP_COMPLETEDAgentStreamEvent.THREAD_RUN_STEP_CREATEDAgentStreamEvent.THREAD_RUN_STEP_DELTAAgentStreamEvent.THREAD_RUN_STEP_EXPIREDAgentStreamEvent.THREAD_RUN_STEP_FAILEDAgentStreamEvent.THREAD_RUN_STEP_IN_PROGRESS
AgentThreadAgentThread.as_dict()AgentThread.clear()AgentThread.copy()AgentThread.get()AgentThread.items()AgentThread.keys()AgentThread.pop()AgentThread.popitem()AgentThread.setdefault()AgentThread.update()AgentThread.values()AgentThread.created_atAgentThread.idAgentThread.metadataAgentThread.objectAgentThread.tool_resources
AgentThreadCreationOptionsAgentThreadCreationOptions.as_dict()AgentThreadCreationOptions.clear()AgentThreadCreationOptions.copy()AgentThreadCreationOptions.get()AgentThreadCreationOptions.items()AgentThreadCreationOptions.keys()AgentThreadCreationOptions.pop()AgentThreadCreationOptions.popitem()AgentThreadCreationOptions.setdefault()AgentThreadCreationOptions.update()AgentThreadCreationOptions.values()AgentThreadCreationOptions.messagesAgentThreadCreationOptions.metadataAgentThreadCreationOptions.tool_resources
AgentsApiResponseFormatAgentsApiResponseFormat.as_dict()AgentsApiResponseFormat.clear()AgentsApiResponseFormat.copy()AgentsApiResponseFormat.get()AgentsApiResponseFormat.items()AgentsApiResponseFormat.keys()AgentsApiResponseFormat.pop()AgentsApiResponseFormat.popitem()AgentsApiResponseFormat.setdefault()AgentsApiResponseFormat.update()AgentsApiResponseFormat.values()AgentsApiResponseFormat.type
AgentsApiResponseFormatModeAgentsApiResponseFormatMode.capitalize()AgentsApiResponseFormatMode.casefold()AgentsApiResponseFormatMode.center()AgentsApiResponseFormatMode.count()AgentsApiResponseFormatMode.encode()AgentsApiResponseFormatMode.endswith()AgentsApiResponseFormatMode.expandtabs()AgentsApiResponseFormatMode.find()AgentsApiResponseFormatMode.format()AgentsApiResponseFormatMode.format_map()AgentsApiResponseFormatMode.index()AgentsApiResponseFormatMode.isalnum()AgentsApiResponseFormatMode.isalpha()AgentsApiResponseFormatMode.isascii()AgentsApiResponseFormatMode.isdecimal()AgentsApiResponseFormatMode.isdigit()AgentsApiResponseFormatMode.isidentifier()AgentsApiResponseFormatMode.islower()AgentsApiResponseFormatMode.isnumeric()AgentsApiResponseFormatMode.isprintable()AgentsApiResponseFormatMode.isspace()AgentsApiResponseFormatMode.istitle()AgentsApiResponseFormatMode.isupper()AgentsApiResponseFormatMode.join()AgentsApiResponseFormatMode.ljust()AgentsApiResponseFormatMode.lower()AgentsApiResponseFormatMode.lstrip()AgentsApiResponseFormatMode.maketrans()AgentsApiResponseFormatMode.partition()AgentsApiResponseFormatMode.removeprefix()AgentsApiResponseFormatMode.removesuffix()AgentsApiResponseFormatMode.replace()AgentsApiResponseFormatMode.rfind()AgentsApiResponseFormatMode.rindex()AgentsApiResponseFormatMode.rjust()AgentsApiResponseFormatMode.rpartition()AgentsApiResponseFormatMode.rsplit()AgentsApiResponseFormatMode.rstrip()AgentsApiResponseFormatMode.split()AgentsApiResponseFormatMode.splitlines()AgentsApiResponseFormatMode.startswith()AgentsApiResponseFormatMode.strip()AgentsApiResponseFormatMode.swapcase()AgentsApiResponseFormatMode.title()AgentsApiResponseFormatMode.translate()AgentsApiResponseFormatMode.upper()AgentsApiResponseFormatMode.zfill()AgentsApiResponseFormatMode.AUTOAgentsApiResponseFormatMode.NONE
AgentsApiToolChoiceOptionModeAgentsApiToolChoiceOptionMode.capitalize()AgentsApiToolChoiceOptionMode.casefold()AgentsApiToolChoiceOptionMode.center()AgentsApiToolChoiceOptionMode.count()AgentsApiToolChoiceOptionMode.encode()AgentsApiToolChoiceOptionMode.endswith()AgentsApiToolChoiceOptionMode.expandtabs()AgentsApiToolChoiceOptionMode.find()AgentsApiToolChoiceOptionMode.format()AgentsApiToolChoiceOptionMode.format_map()AgentsApiToolChoiceOptionMode.index()AgentsApiToolChoiceOptionMode.isalnum()AgentsApiToolChoiceOptionMode.isalpha()AgentsApiToolChoiceOptionMode.isascii()AgentsApiToolChoiceOptionMode.isdecimal()AgentsApiToolChoiceOptionMode.isdigit()AgentsApiToolChoiceOptionMode.isidentifier()AgentsApiToolChoiceOptionMode.islower()AgentsApiToolChoiceOptionMode.isnumeric()AgentsApiToolChoiceOptionMode.isprintable()AgentsApiToolChoiceOptionMode.isspace()AgentsApiToolChoiceOptionMode.istitle()AgentsApiToolChoiceOptionMode.isupper()AgentsApiToolChoiceOptionMode.join()AgentsApiToolChoiceOptionMode.ljust()AgentsApiToolChoiceOptionMode.lower()AgentsApiToolChoiceOptionMode.lstrip()AgentsApiToolChoiceOptionMode.maketrans()AgentsApiToolChoiceOptionMode.partition()AgentsApiToolChoiceOptionMode.removeprefix()AgentsApiToolChoiceOptionMode.removesuffix()AgentsApiToolChoiceOptionMode.replace()AgentsApiToolChoiceOptionMode.rfind()AgentsApiToolChoiceOptionMode.rindex()AgentsApiToolChoiceOptionMode.rjust()AgentsApiToolChoiceOptionMode.rpartition()AgentsApiToolChoiceOptionMode.rsplit()AgentsApiToolChoiceOptionMode.rstrip()AgentsApiToolChoiceOptionMode.split()AgentsApiToolChoiceOptionMode.splitlines()AgentsApiToolChoiceOptionMode.startswith()AgentsApiToolChoiceOptionMode.strip()AgentsApiToolChoiceOptionMode.swapcase()AgentsApiToolChoiceOptionMode.title()AgentsApiToolChoiceOptionMode.translate()AgentsApiToolChoiceOptionMode.upper()AgentsApiToolChoiceOptionMode.zfill()AgentsApiToolChoiceOptionMode.AUTOAgentsApiToolChoiceOptionMode.NONE
AgentsNamedToolChoiceAgentsNamedToolChoice.as_dict()AgentsNamedToolChoice.clear()AgentsNamedToolChoice.copy()AgentsNamedToolChoice.get()AgentsNamedToolChoice.items()AgentsNamedToolChoice.keys()AgentsNamedToolChoice.pop()AgentsNamedToolChoice.popitem()AgentsNamedToolChoice.setdefault()AgentsNamedToolChoice.update()AgentsNamedToolChoice.values()AgentsNamedToolChoice.functionAgentsNamedToolChoice.type
AgentsNamedToolChoiceTypeAgentsNamedToolChoiceType.capitalize()AgentsNamedToolChoiceType.casefold()AgentsNamedToolChoiceType.center()AgentsNamedToolChoiceType.count()AgentsNamedToolChoiceType.encode()AgentsNamedToolChoiceType.endswith()AgentsNamedToolChoiceType.expandtabs()AgentsNamedToolChoiceType.find()AgentsNamedToolChoiceType.format()AgentsNamedToolChoiceType.format_map()AgentsNamedToolChoiceType.index()AgentsNamedToolChoiceType.isalnum()AgentsNamedToolChoiceType.isalpha()AgentsNamedToolChoiceType.isascii()AgentsNamedToolChoiceType.isdecimal()AgentsNamedToolChoiceType.isdigit()AgentsNamedToolChoiceType.isidentifier()AgentsNamedToolChoiceType.islower()AgentsNamedToolChoiceType.isnumeric()AgentsNamedToolChoiceType.isprintable()AgentsNamedToolChoiceType.isspace()AgentsNamedToolChoiceType.istitle()AgentsNamedToolChoiceType.isupper()AgentsNamedToolChoiceType.join()AgentsNamedToolChoiceType.ljust()AgentsNamedToolChoiceType.lower()AgentsNamedToolChoiceType.lstrip()AgentsNamedToolChoiceType.maketrans()AgentsNamedToolChoiceType.partition()AgentsNamedToolChoiceType.removeprefix()AgentsNamedToolChoiceType.removesuffix()AgentsNamedToolChoiceType.replace()AgentsNamedToolChoiceType.rfind()AgentsNamedToolChoiceType.rindex()AgentsNamedToolChoiceType.rjust()AgentsNamedToolChoiceType.rpartition()AgentsNamedToolChoiceType.rsplit()AgentsNamedToolChoiceType.rstrip()AgentsNamedToolChoiceType.split()AgentsNamedToolChoiceType.splitlines()AgentsNamedToolChoiceType.startswith()AgentsNamedToolChoiceType.strip()AgentsNamedToolChoiceType.swapcase()AgentsNamedToolChoiceType.title()AgentsNamedToolChoiceType.translate()AgentsNamedToolChoiceType.upper()AgentsNamedToolChoiceType.zfill()AgentsNamedToolChoiceType.AZURE_AI_SEARCHAgentsNamedToolChoiceType.BING_GROUNDINGAgentsNamedToolChoiceType.CODE_INTERPRETERAgentsNamedToolChoiceType.FILE_SEARCHAgentsNamedToolChoiceType.FUNCTIONAgentsNamedToolChoiceType.MICROSOFT_FABRICAgentsNamedToolChoiceType.SHAREPOINT
ApplicationInsightsConfigurationApplicationInsightsConfiguration.as_dict()ApplicationInsightsConfiguration.clear()ApplicationInsightsConfiguration.copy()ApplicationInsightsConfiguration.get()ApplicationInsightsConfiguration.items()ApplicationInsightsConfiguration.keys()ApplicationInsightsConfiguration.pop()ApplicationInsightsConfiguration.popitem()ApplicationInsightsConfiguration.setdefault()ApplicationInsightsConfiguration.update()ApplicationInsightsConfiguration.values()ApplicationInsightsConfiguration.connection_stringApplicationInsightsConfiguration.queryApplicationInsightsConfiguration.resource_idApplicationInsightsConfiguration.service_nameApplicationInsightsConfiguration.type
AsyncAgentEventHandlerAsyncAgentEventHandler.initialize()AsyncAgentEventHandler.on_done()AsyncAgentEventHandler.on_error()AsyncAgentEventHandler.on_message_delta()AsyncAgentEventHandler.on_run_step()AsyncAgentEventHandler.on_run_step_delta()AsyncAgentEventHandler.on_thread_message()AsyncAgentEventHandler.on_thread_run()AsyncAgentEventHandler.on_unhandled_event()AsyncAgentEventHandler.until_done()
AsyncAgentRunStreamAsyncFunctionToolAsyncToolSetAuthenticationTypeAuthenticationType.capitalize()AuthenticationType.casefold()AuthenticationType.center()AuthenticationType.count()AuthenticationType.encode()AuthenticationType.endswith()AuthenticationType.expandtabs()AuthenticationType.find()AuthenticationType.format()AuthenticationType.format_map()AuthenticationType.index()AuthenticationType.isalnum()AuthenticationType.isalpha()AuthenticationType.isascii()AuthenticationType.isdecimal()AuthenticationType.isdigit()AuthenticationType.isidentifier()AuthenticationType.islower()AuthenticationType.isnumeric()AuthenticationType.isprintable()AuthenticationType.isspace()AuthenticationType.istitle()AuthenticationType.isupper()AuthenticationType.join()AuthenticationType.ljust()AuthenticationType.lower()AuthenticationType.lstrip()AuthenticationType.maketrans()AuthenticationType.partition()AuthenticationType.removeprefix()AuthenticationType.removesuffix()AuthenticationType.replace()AuthenticationType.rfind()AuthenticationType.rindex()AuthenticationType.rjust()AuthenticationType.rpartition()AuthenticationType.rsplit()AuthenticationType.rstrip()AuthenticationType.split()AuthenticationType.splitlines()AuthenticationType.startswith()AuthenticationType.strip()AuthenticationType.swapcase()AuthenticationType.title()AuthenticationType.translate()AuthenticationType.upper()AuthenticationType.zfill()AuthenticationType.API_KEYAuthenticationType.ENTRA_IDAuthenticationType.NONEAuthenticationType.SAS
AzureAISearchResourceAzureAISearchResource.as_dict()AzureAISearchResource.clear()AzureAISearchResource.copy()AzureAISearchResource.get()AzureAISearchResource.items()AzureAISearchResource.keys()AzureAISearchResource.pop()AzureAISearchResource.popitem()AzureAISearchResource.setdefault()AzureAISearchResource.update()AzureAISearchResource.values()AzureAISearchResource.index_list
AzureAISearchToolAzureAISearchToolDefinitionAzureAISearchToolDefinition.as_dict()AzureAISearchToolDefinition.clear()AzureAISearchToolDefinition.copy()AzureAISearchToolDefinition.get()AzureAISearchToolDefinition.items()AzureAISearchToolDefinition.keys()AzureAISearchToolDefinition.pop()AzureAISearchToolDefinition.popitem()AzureAISearchToolDefinition.setdefault()AzureAISearchToolDefinition.update()AzureAISearchToolDefinition.values()AzureAISearchToolDefinition.type
AzureFunctionBindingAzureFunctionBinding.as_dict()AzureFunctionBinding.clear()AzureFunctionBinding.copy()AzureFunctionBinding.get()AzureFunctionBinding.items()AzureFunctionBinding.keys()AzureFunctionBinding.pop()AzureFunctionBinding.popitem()AzureFunctionBinding.setdefault()AzureFunctionBinding.update()AzureFunctionBinding.values()AzureFunctionBinding.storage_queueAzureFunctionBinding.type
AzureFunctionDefinitionAzureFunctionDefinition.as_dict()AzureFunctionDefinition.clear()AzureFunctionDefinition.copy()AzureFunctionDefinition.get()AzureFunctionDefinition.items()AzureFunctionDefinition.keys()AzureFunctionDefinition.pop()AzureFunctionDefinition.popitem()AzureFunctionDefinition.setdefault()AzureFunctionDefinition.update()AzureFunctionDefinition.values()AzureFunctionDefinition.functionAzureFunctionDefinition.input_bindingAzureFunctionDefinition.output_binding
AzureFunctionStorageQueueAzureFunctionStorageQueue.as_dict()AzureFunctionStorageQueue.clear()AzureFunctionStorageQueue.copy()AzureFunctionStorageQueue.get()AzureFunctionStorageQueue.items()AzureFunctionStorageQueue.keys()AzureFunctionStorageQueue.pop()AzureFunctionStorageQueue.popitem()AzureFunctionStorageQueue.setdefault()AzureFunctionStorageQueue.update()AzureFunctionStorageQueue.values()AzureFunctionStorageQueue.queue_nameAzureFunctionStorageQueue.storage_service_endpoint
AzureFunctionToolAzureFunctionToolDefinitionAzureFunctionToolDefinition.as_dict()AzureFunctionToolDefinition.clear()AzureFunctionToolDefinition.copy()AzureFunctionToolDefinition.get()AzureFunctionToolDefinition.items()AzureFunctionToolDefinition.keys()AzureFunctionToolDefinition.pop()AzureFunctionToolDefinition.popitem()AzureFunctionToolDefinition.setdefault()AzureFunctionToolDefinition.update()AzureFunctionToolDefinition.values()AzureFunctionToolDefinition.azure_functionAzureFunctionToolDefinition.type
BaseAgentEventHandlerBaseAsyncAgentEventHandlerBingGroundingToolBingGroundingToolDefinitionBingGroundingToolDefinition.as_dict()BingGroundingToolDefinition.clear()BingGroundingToolDefinition.copy()BingGroundingToolDefinition.get()BingGroundingToolDefinition.items()BingGroundingToolDefinition.keys()BingGroundingToolDefinition.pop()BingGroundingToolDefinition.popitem()BingGroundingToolDefinition.setdefault()BingGroundingToolDefinition.update()BingGroundingToolDefinition.values()BingGroundingToolDefinition.bing_groundingBingGroundingToolDefinition.type
CodeInterpreterToolCodeInterpreterToolDefinitionCodeInterpreterToolDefinition.as_dict()CodeInterpreterToolDefinition.clear()CodeInterpreterToolDefinition.copy()CodeInterpreterToolDefinition.get()CodeInterpreterToolDefinition.items()CodeInterpreterToolDefinition.keys()CodeInterpreterToolDefinition.pop()CodeInterpreterToolDefinition.popitem()CodeInterpreterToolDefinition.setdefault()CodeInterpreterToolDefinition.update()CodeInterpreterToolDefinition.values()CodeInterpreterToolDefinition.type
CodeInterpreterToolResourceCodeInterpreterToolResource.as_dict()CodeInterpreterToolResource.clear()CodeInterpreterToolResource.copy()CodeInterpreterToolResource.get()CodeInterpreterToolResource.items()CodeInterpreterToolResource.keys()CodeInterpreterToolResource.pop()CodeInterpreterToolResource.popitem()CodeInterpreterToolResource.setdefault()CodeInterpreterToolResource.update()CodeInterpreterToolResource.values()CodeInterpreterToolResource.data_sourcesCodeInterpreterToolResource.file_ids
ConnectionPropertiesConnectionTypeConnectionType.capitalize()ConnectionType.casefold()ConnectionType.center()ConnectionType.count()ConnectionType.encode()ConnectionType.endswith()ConnectionType.expandtabs()ConnectionType.find()ConnectionType.format()ConnectionType.format_map()ConnectionType.index()ConnectionType.isalnum()ConnectionType.isalpha()ConnectionType.isascii()ConnectionType.isdecimal()ConnectionType.isdigit()ConnectionType.isidentifier()ConnectionType.islower()ConnectionType.isnumeric()ConnectionType.isprintable()ConnectionType.isspace()ConnectionType.istitle()ConnectionType.isupper()ConnectionType.join()ConnectionType.ljust()ConnectionType.lower()ConnectionType.lstrip()ConnectionType.maketrans()ConnectionType.partition()ConnectionType.removeprefix()ConnectionType.removesuffix()ConnectionType.replace()ConnectionType.rfind()ConnectionType.rindex()ConnectionType.rjust()ConnectionType.rpartition()ConnectionType.rsplit()ConnectionType.rstrip()ConnectionType.split()ConnectionType.splitlines()ConnectionType.startswith()ConnectionType.strip()ConnectionType.swapcase()ConnectionType.title()ConnectionType.translate()ConnectionType.upper()ConnectionType.zfill()ConnectionType.AZURE_AI_SEARCHConnectionType.AZURE_AI_SERVICESConnectionType.AZURE_BLOB_STORAGEConnectionType.AZURE_OPEN_AIConnectionType.SERVERLESS
CronTriggerDatasetDoneEventDoneEvent.capitalize()DoneEvent.casefold()DoneEvent.center()DoneEvent.count()DoneEvent.encode()DoneEvent.endswith()DoneEvent.expandtabs()DoneEvent.find()DoneEvent.format()DoneEvent.format_map()DoneEvent.index()DoneEvent.isalnum()DoneEvent.isalpha()DoneEvent.isascii()DoneEvent.isdecimal()DoneEvent.isdigit()DoneEvent.isidentifier()DoneEvent.islower()DoneEvent.isnumeric()DoneEvent.isprintable()DoneEvent.isspace()DoneEvent.istitle()DoneEvent.isupper()DoneEvent.join()DoneEvent.ljust()DoneEvent.lower()DoneEvent.lstrip()DoneEvent.maketrans()DoneEvent.partition()DoneEvent.removeprefix()DoneEvent.removesuffix()DoneEvent.replace()DoneEvent.rfind()DoneEvent.rindex()DoneEvent.rjust()DoneEvent.rpartition()DoneEvent.rsplit()DoneEvent.rstrip()DoneEvent.split()DoneEvent.splitlines()DoneEvent.startswith()DoneEvent.strip()DoneEvent.swapcase()DoneEvent.title()DoneEvent.translate()DoneEvent.upper()DoneEvent.zfill()DoneEvent.DONE
ErrorEventErrorEvent.capitalize()ErrorEvent.casefold()ErrorEvent.center()ErrorEvent.count()ErrorEvent.encode()ErrorEvent.endswith()ErrorEvent.expandtabs()ErrorEvent.find()ErrorEvent.format()ErrorEvent.format_map()ErrorEvent.index()ErrorEvent.isalnum()ErrorEvent.isalpha()ErrorEvent.isascii()ErrorEvent.isdecimal()ErrorEvent.isdigit()ErrorEvent.isidentifier()ErrorEvent.islower()ErrorEvent.isnumeric()ErrorEvent.isprintable()ErrorEvent.isspace()ErrorEvent.istitle()ErrorEvent.isupper()ErrorEvent.join()ErrorEvent.ljust()ErrorEvent.lower()ErrorEvent.lstrip()ErrorEvent.maketrans()ErrorEvent.partition()ErrorEvent.removeprefix()ErrorEvent.removesuffix()ErrorEvent.replace()ErrorEvent.rfind()ErrorEvent.rindex()ErrorEvent.rjust()ErrorEvent.rpartition()ErrorEvent.rsplit()ErrorEvent.rstrip()ErrorEvent.split()ErrorEvent.splitlines()ErrorEvent.startswith()ErrorEvent.strip()ErrorEvent.swapcase()ErrorEvent.title()ErrorEvent.translate()ErrorEvent.upper()ErrorEvent.zfill()ErrorEvent.ERROR
EvaluationEvaluation.as_dict()Evaluation.clear()Evaluation.copy()Evaluation.get()Evaluation.items()Evaluation.keys()Evaluation.pop()Evaluation.popitem()Evaluation.setdefault()Evaluation.update()Evaluation.values()Evaluation.dataEvaluation.descriptionEvaluation.display_nameEvaluation.evaluatorsEvaluation.idEvaluation.propertiesEvaluation.statusEvaluation.system_dataEvaluation.tags
EvaluationScheduleEvaluationSchedule.as_dict()EvaluationSchedule.clear()EvaluationSchedule.copy()EvaluationSchedule.get()EvaluationSchedule.items()EvaluationSchedule.keys()EvaluationSchedule.pop()EvaluationSchedule.popitem()EvaluationSchedule.setdefault()EvaluationSchedule.update()EvaluationSchedule.values()EvaluationSchedule.dataEvaluationSchedule.descriptionEvaluationSchedule.evaluatorsEvaluationSchedule.is_enabledEvaluationSchedule.nameEvaluationSchedule.propertiesEvaluationSchedule.provisioning_stateEvaluationSchedule.system_dataEvaluationSchedule.tagsEvaluationSchedule.trigger
EvaluatorConfigurationEvaluatorConfiguration.as_dict()EvaluatorConfiguration.clear()EvaluatorConfiguration.copy()EvaluatorConfiguration.get()EvaluatorConfiguration.items()EvaluatorConfiguration.keys()EvaluatorConfiguration.pop()EvaluatorConfiguration.popitem()EvaluatorConfiguration.setdefault()EvaluatorConfiguration.update()EvaluatorConfiguration.values()EvaluatorConfiguration.data_mappingEvaluatorConfiguration.idEvaluatorConfiguration.init_params
FabricToolFileDeletionStatusFileDeletionStatus.as_dict()FileDeletionStatus.clear()FileDeletionStatus.copy()FileDeletionStatus.get()FileDeletionStatus.items()FileDeletionStatus.keys()FileDeletionStatus.pop()FileDeletionStatus.popitem()FileDeletionStatus.setdefault()FileDeletionStatus.update()FileDeletionStatus.values()FileDeletionStatus.deletedFileDeletionStatus.idFileDeletionStatus.object
FileListResponseFileListResponse.as_dict()FileListResponse.clear()FileListResponse.copy()FileListResponse.get()FileListResponse.items()FileListResponse.keys()FileListResponse.pop()FileListResponse.popitem()FileListResponse.setdefault()FileListResponse.update()FileListResponse.values()FileListResponse.dataFileListResponse.object
FilePurposeFilePurpose.capitalize()FilePurpose.casefold()FilePurpose.center()FilePurpose.count()FilePurpose.encode()FilePurpose.endswith()FilePurpose.expandtabs()FilePurpose.find()FilePurpose.format()FilePurpose.format_map()FilePurpose.index()FilePurpose.isalnum()FilePurpose.isalpha()FilePurpose.isascii()FilePurpose.isdecimal()FilePurpose.isdigit()FilePurpose.isidentifier()FilePurpose.islower()FilePurpose.isnumeric()FilePurpose.isprintable()FilePurpose.isspace()FilePurpose.istitle()FilePurpose.isupper()FilePurpose.join()FilePurpose.ljust()FilePurpose.lower()FilePurpose.lstrip()FilePurpose.maketrans()FilePurpose.partition()FilePurpose.removeprefix()FilePurpose.removesuffix()FilePurpose.replace()FilePurpose.rfind()FilePurpose.rindex()FilePurpose.rjust()FilePurpose.rpartition()FilePurpose.rsplit()FilePurpose.rstrip()FilePurpose.split()FilePurpose.splitlines()FilePurpose.startswith()FilePurpose.strip()FilePurpose.swapcase()FilePurpose.title()FilePurpose.translate()FilePurpose.upper()FilePurpose.zfill()FilePurpose.AGENTSFilePurpose.AGENTS_OUTPUTFilePurpose.BATCHFilePurpose.BATCH_OUTPUTFilePurpose.FINE_TUNEFilePurpose.FINE_TUNE_RESULTSFilePurpose.VISION
FileSearchRankingOptionsFileSearchRankingOptions.as_dict()FileSearchRankingOptions.clear()FileSearchRankingOptions.copy()FileSearchRankingOptions.get()FileSearchRankingOptions.items()FileSearchRankingOptions.keys()FileSearchRankingOptions.pop()FileSearchRankingOptions.popitem()FileSearchRankingOptions.setdefault()FileSearchRankingOptions.update()FileSearchRankingOptions.values()FileSearchRankingOptions.rankerFileSearchRankingOptions.score_threshold
FileSearchToolFileSearchToolCallContentFileSearchToolCallContent.as_dict()FileSearchToolCallContent.clear()FileSearchToolCallContent.copy()FileSearchToolCallContent.get()FileSearchToolCallContent.items()FileSearchToolCallContent.keys()FileSearchToolCallContent.pop()FileSearchToolCallContent.popitem()FileSearchToolCallContent.setdefault()FileSearchToolCallContent.update()FileSearchToolCallContent.values()FileSearchToolCallContent.textFileSearchToolCallContent.type
FileSearchToolDefinitionFileSearchToolDefinition.as_dict()FileSearchToolDefinition.clear()FileSearchToolDefinition.copy()FileSearchToolDefinition.get()FileSearchToolDefinition.items()FileSearchToolDefinition.keys()FileSearchToolDefinition.pop()FileSearchToolDefinition.popitem()FileSearchToolDefinition.setdefault()FileSearchToolDefinition.update()FileSearchToolDefinition.values()FileSearchToolDefinition.file_searchFileSearchToolDefinition.type
FileSearchToolDefinitionDetailsFileSearchToolDefinitionDetails.as_dict()FileSearchToolDefinitionDetails.clear()FileSearchToolDefinitionDetails.copy()FileSearchToolDefinitionDetails.get()FileSearchToolDefinitionDetails.items()FileSearchToolDefinitionDetails.keys()FileSearchToolDefinitionDetails.pop()FileSearchToolDefinitionDetails.popitem()FileSearchToolDefinitionDetails.setdefault()FileSearchToolDefinitionDetails.update()FileSearchToolDefinitionDetails.values()FileSearchToolDefinitionDetails.max_num_resultsFileSearchToolDefinitionDetails.ranking_options
FileSearchToolResourceFileSearchToolResource.as_dict()FileSearchToolResource.clear()FileSearchToolResource.copy()FileSearchToolResource.get()FileSearchToolResource.items()FileSearchToolResource.keys()FileSearchToolResource.pop()FileSearchToolResource.popitem()FileSearchToolResource.setdefault()FileSearchToolResource.update()FileSearchToolResource.values()FileSearchToolResource.vector_store_idsFileSearchToolResource.vector_stores
FileStateFileState.capitalize()FileState.casefold()FileState.center()FileState.count()FileState.encode()FileState.endswith()FileState.expandtabs()FileState.find()FileState.format()FileState.format_map()FileState.index()FileState.isalnum()FileState.isalpha()FileState.isascii()FileState.isdecimal()FileState.isdigit()FileState.isidentifier()FileState.islower()FileState.isnumeric()FileState.isprintable()FileState.isspace()FileState.istitle()FileState.isupper()FileState.join()FileState.ljust()FileState.lower()FileState.lstrip()FileState.maketrans()FileState.partition()FileState.removeprefix()FileState.removesuffix()FileState.replace()FileState.rfind()FileState.rindex()FileState.rjust()FileState.rpartition()FileState.rsplit()FileState.rstrip()FileState.split()FileState.splitlines()FileState.startswith()FileState.strip()FileState.swapcase()FileState.title()FileState.translate()FileState.upper()FileState.zfill()FileState.DELETEDFileState.DELETINGFileState.ERRORFileState.PENDINGFileState.PROCESSEDFileState.RUNNINGFileState.UPLOADED
FrequencyFrequency.capitalize()Frequency.casefold()Frequency.center()Frequency.count()Frequency.encode()Frequency.endswith()Frequency.expandtabs()Frequency.find()Frequency.format()Frequency.format_map()Frequency.index()Frequency.isalnum()Frequency.isalpha()Frequency.isascii()Frequency.isdecimal()Frequency.isdigit()Frequency.isidentifier()Frequency.islower()Frequency.isnumeric()Frequency.isprintable()Frequency.isspace()Frequency.istitle()Frequency.isupper()Frequency.join()Frequency.ljust()Frequency.lower()Frequency.lstrip()Frequency.maketrans()Frequency.partition()Frequency.removeprefix()Frequency.removesuffix()Frequency.replace()Frequency.rfind()Frequency.rindex()Frequency.rjust()Frequency.rpartition()Frequency.rsplit()Frequency.rstrip()Frequency.split()Frequency.splitlines()Frequency.startswith()Frequency.strip()Frequency.swapcase()Frequency.title()Frequency.translate()Frequency.upper()Frequency.zfill()Frequency.DAYFrequency.HOURFrequency.MINUTEFrequency.MONTHFrequency.WEEK
FunctionDefinitionFunctionDefinition.as_dict()FunctionDefinition.clear()FunctionDefinition.copy()FunctionDefinition.get()FunctionDefinition.items()FunctionDefinition.keys()FunctionDefinition.pop()FunctionDefinition.popitem()FunctionDefinition.setdefault()FunctionDefinition.update()FunctionDefinition.values()FunctionDefinition.descriptionFunctionDefinition.nameFunctionDefinition.parameters
FunctionNameFunctionToolFunctionToolDefinitionFunctionToolDefinition.as_dict()FunctionToolDefinition.clear()FunctionToolDefinition.copy()FunctionToolDefinition.get()FunctionToolDefinition.items()FunctionToolDefinition.keys()FunctionToolDefinition.pop()FunctionToolDefinition.popitem()FunctionToolDefinition.setdefault()FunctionToolDefinition.update()FunctionToolDefinition.values()FunctionToolDefinition.functionFunctionToolDefinition.type
IncompleteDetailsReasonIncompleteDetailsReason.capitalize()IncompleteDetailsReason.casefold()IncompleteDetailsReason.center()IncompleteDetailsReason.count()IncompleteDetailsReason.encode()IncompleteDetailsReason.endswith()IncompleteDetailsReason.expandtabs()IncompleteDetailsReason.find()IncompleteDetailsReason.format()IncompleteDetailsReason.format_map()IncompleteDetailsReason.index()IncompleteDetailsReason.isalnum()IncompleteDetailsReason.isalpha()IncompleteDetailsReason.isascii()IncompleteDetailsReason.isdecimal()IncompleteDetailsReason.isdigit()IncompleteDetailsReason.isidentifier()IncompleteDetailsReason.islower()IncompleteDetailsReason.isnumeric()IncompleteDetailsReason.isprintable()IncompleteDetailsReason.isspace()IncompleteDetailsReason.istitle()IncompleteDetailsReason.isupper()IncompleteDetailsReason.join()IncompleteDetailsReason.ljust()IncompleteDetailsReason.lower()IncompleteDetailsReason.lstrip()IncompleteDetailsReason.maketrans()IncompleteDetailsReason.partition()IncompleteDetailsReason.removeprefix()IncompleteDetailsReason.removesuffix()IncompleteDetailsReason.replace()IncompleteDetailsReason.rfind()IncompleteDetailsReason.rindex()IncompleteDetailsReason.rjust()IncompleteDetailsReason.rpartition()IncompleteDetailsReason.rsplit()IncompleteDetailsReason.rstrip()IncompleteDetailsReason.split()IncompleteDetailsReason.splitlines()IncompleteDetailsReason.startswith()IncompleteDetailsReason.strip()IncompleteDetailsReason.swapcase()IncompleteDetailsReason.title()IncompleteDetailsReason.translate()IncompleteDetailsReason.upper()IncompleteDetailsReason.zfill()IncompleteDetailsReason.MAX_COMPLETION_TOKENSIncompleteDetailsReason.MAX_PROMPT_TOKENS
IncompleteRunDetailsIncompleteRunDetails.as_dict()IncompleteRunDetails.clear()IncompleteRunDetails.copy()IncompleteRunDetails.get()IncompleteRunDetails.items()IncompleteRunDetails.keys()IncompleteRunDetails.pop()IncompleteRunDetails.popitem()IncompleteRunDetails.setdefault()IncompleteRunDetails.update()IncompleteRunDetails.values()IncompleteRunDetails.reason
IndexResourceIndexResource.as_dict()IndexResource.clear()IndexResource.copy()IndexResource.get()IndexResource.items()IndexResource.keys()IndexResource.pop()IndexResource.popitem()IndexResource.setdefault()IndexResource.update()IndexResource.values()IndexResource.index_connection_idIndexResource.index_name
InputDataListSortOrderListSortOrder.capitalize()ListSortOrder.casefold()ListSortOrder.center()ListSortOrder.count()ListSortOrder.encode()ListSortOrder.endswith()ListSortOrder.expandtabs()ListSortOrder.find()ListSortOrder.format()ListSortOrder.format_map()ListSortOrder.index()ListSortOrder.isalnum()ListSortOrder.isalpha()ListSortOrder.isascii()ListSortOrder.isdecimal()ListSortOrder.isdigit()ListSortOrder.isidentifier()ListSortOrder.islower()ListSortOrder.isnumeric()ListSortOrder.isprintable()ListSortOrder.isspace()ListSortOrder.istitle()ListSortOrder.isupper()ListSortOrder.join()ListSortOrder.ljust()ListSortOrder.lower()ListSortOrder.lstrip()ListSortOrder.maketrans()ListSortOrder.partition()ListSortOrder.removeprefix()ListSortOrder.removesuffix()ListSortOrder.replace()ListSortOrder.rfind()ListSortOrder.rindex()ListSortOrder.rjust()ListSortOrder.rpartition()ListSortOrder.rsplit()ListSortOrder.rstrip()ListSortOrder.split()ListSortOrder.splitlines()ListSortOrder.startswith()ListSortOrder.strip()ListSortOrder.swapcase()ListSortOrder.title()ListSortOrder.translate()ListSortOrder.upper()ListSortOrder.zfill()ListSortOrder.ASCENDINGListSortOrder.DESCENDING
MessageAttachmentMessageAttachment.as_dict()MessageAttachment.clear()MessageAttachment.copy()MessageAttachment.get()MessageAttachment.items()MessageAttachment.keys()MessageAttachment.pop()MessageAttachment.popitem()MessageAttachment.setdefault()MessageAttachment.update()MessageAttachment.values()MessageAttachment.data_sourceMessageAttachment.file_idMessageAttachment.tools
MessageContentMessageDeltaMessageDeltaChunkMessageDeltaChunk.as_dict()MessageDeltaChunk.clear()MessageDeltaChunk.copy()MessageDeltaChunk.get()MessageDeltaChunk.items()MessageDeltaChunk.keys()MessageDeltaChunk.pop()MessageDeltaChunk.popitem()MessageDeltaChunk.setdefault()MessageDeltaChunk.update()MessageDeltaChunk.values()MessageDeltaChunk.deltaMessageDeltaChunk.idMessageDeltaChunk.objectMessageDeltaChunk.text
MessageDeltaContentMessageDeltaContent.as_dict()MessageDeltaContent.clear()MessageDeltaContent.copy()MessageDeltaContent.get()MessageDeltaContent.items()MessageDeltaContent.keys()MessageDeltaContent.pop()MessageDeltaContent.popitem()MessageDeltaContent.setdefault()MessageDeltaContent.update()MessageDeltaContent.values()MessageDeltaContent.indexMessageDeltaContent.type
MessageDeltaImageFileContentMessageDeltaImageFileContent.as_dict()MessageDeltaImageFileContent.clear()MessageDeltaImageFileContent.copy()MessageDeltaImageFileContent.get()MessageDeltaImageFileContent.items()MessageDeltaImageFileContent.keys()MessageDeltaImageFileContent.pop()MessageDeltaImageFileContent.popitem()MessageDeltaImageFileContent.setdefault()MessageDeltaImageFileContent.update()MessageDeltaImageFileContent.values()MessageDeltaImageFileContent.image_fileMessageDeltaImageFileContent.indexMessageDeltaImageFileContent.type
MessageDeltaImageFileContentObjectMessageDeltaImageFileContentObject.as_dict()MessageDeltaImageFileContentObject.clear()MessageDeltaImageFileContentObject.copy()MessageDeltaImageFileContentObject.get()MessageDeltaImageFileContentObject.items()MessageDeltaImageFileContentObject.keys()MessageDeltaImageFileContentObject.pop()MessageDeltaImageFileContentObject.popitem()MessageDeltaImageFileContentObject.setdefault()MessageDeltaImageFileContentObject.update()MessageDeltaImageFileContentObject.values()MessageDeltaImageFileContentObject.file_id
MessageDeltaTextAnnotationMessageDeltaTextAnnotation.as_dict()MessageDeltaTextAnnotation.clear()MessageDeltaTextAnnotation.copy()MessageDeltaTextAnnotation.get()MessageDeltaTextAnnotation.items()MessageDeltaTextAnnotation.keys()MessageDeltaTextAnnotation.pop()MessageDeltaTextAnnotation.popitem()MessageDeltaTextAnnotation.setdefault()MessageDeltaTextAnnotation.update()MessageDeltaTextAnnotation.values()MessageDeltaTextAnnotation.indexMessageDeltaTextAnnotation.type
MessageDeltaTextContentMessageDeltaTextContent.as_dict()MessageDeltaTextContent.clear()MessageDeltaTextContent.copy()MessageDeltaTextContent.get()MessageDeltaTextContent.items()MessageDeltaTextContent.keys()MessageDeltaTextContent.pop()MessageDeltaTextContent.popitem()MessageDeltaTextContent.setdefault()MessageDeltaTextContent.update()MessageDeltaTextContent.values()MessageDeltaTextContent.indexMessageDeltaTextContent.textMessageDeltaTextContent.type
MessageDeltaTextContentObjectMessageDeltaTextContentObject.as_dict()MessageDeltaTextContentObject.clear()MessageDeltaTextContentObject.copy()MessageDeltaTextContentObject.get()MessageDeltaTextContentObject.items()MessageDeltaTextContentObject.keys()MessageDeltaTextContentObject.pop()MessageDeltaTextContentObject.popitem()MessageDeltaTextContentObject.setdefault()MessageDeltaTextContentObject.update()MessageDeltaTextContentObject.values()MessageDeltaTextContentObject.annotationsMessageDeltaTextContentObject.value
MessageDeltaTextFileCitationAnnotationMessageDeltaTextFileCitationAnnotation.as_dict()MessageDeltaTextFileCitationAnnotation.clear()MessageDeltaTextFileCitationAnnotation.copy()MessageDeltaTextFileCitationAnnotation.get()MessageDeltaTextFileCitationAnnotation.items()MessageDeltaTextFileCitationAnnotation.keys()MessageDeltaTextFileCitationAnnotation.pop()MessageDeltaTextFileCitationAnnotation.popitem()MessageDeltaTextFileCitationAnnotation.setdefault()MessageDeltaTextFileCitationAnnotation.update()MessageDeltaTextFileCitationAnnotation.values()MessageDeltaTextFileCitationAnnotation.end_indexMessageDeltaTextFileCitationAnnotation.file_citationMessageDeltaTextFileCitationAnnotation.indexMessageDeltaTextFileCitationAnnotation.start_indexMessageDeltaTextFileCitationAnnotation.textMessageDeltaTextFileCitationAnnotation.type
MessageDeltaTextFileCitationAnnotationObjectMessageDeltaTextFileCitationAnnotationObject.as_dict()MessageDeltaTextFileCitationAnnotationObject.clear()MessageDeltaTextFileCitationAnnotationObject.copy()MessageDeltaTextFileCitationAnnotationObject.get()MessageDeltaTextFileCitationAnnotationObject.items()MessageDeltaTextFileCitationAnnotationObject.keys()MessageDeltaTextFileCitationAnnotationObject.pop()MessageDeltaTextFileCitationAnnotationObject.popitem()MessageDeltaTextFileCitationAnnotationObject.setdefault()MessageDeltaTextFileCitationAnnotationObject.update()MessageDeltaTextFileCitationAnnotationObject.values()MessageDeltaTextFileCitationAnnotationObject.file_idMessageDeltaTextFileCitationAnnotationObject.quote
MessageDeltaTextFilePathAnnotationMessageDeltaTextFilePathAnnotation.as_dict()MessageDeltaTextFilePathAnnotation.clear()MessageDeltaTextFilePathAnnotation.copy()MessageDeltaTextFilePathAnnotation.get()MessageDeltaTextFilePathAnnotation.items()MessageDeltaTextFilePathAnnotation.keys()MessageDeltaTextFilePathAnnotation.pop()MessageDeltaTextFilePathAnnotation.popitem()MessageDeltaTextFilePathAnnotation.setdefault()MessageDeltaTextFilePathAnnotation.update()MessageDeltaTextFilePathAnnotation.values()MessageDeltaTextFilePathAnnotation.end_indexMessageDeltaTextFilePathAnnotation.file_pathMessageDeltaTextFilePathAnnotation.indexMessageDeltaTextFilePathAnnotation.start_indexMessageDeltaTextFilePathAnnotation.textMessageDeltaTextFilePathAnnotation.type
MessageDeltaTextFilePathAnnotationObjectMessageDeltaTextFilePathAnnotationObject.as_dict()MessageDeltaTextFilePathAnnotationObject.clear()MessageDeltaTextFilePathAnnotationObject.copy()MessageDeltaTextFilePathAnnotationObject.get()MessageDeltaTextFilePathAnnotationObject.items()MessageDeltaTextFilePathAnnotationObject.keys()MessageDeltaTextFilePathAnnotationObject.pop()MessageDeltaTextFilePathAnnotationObject.popitem()MessageDeltaTextFilePathAnnotationObject.setdefault()MessageDeltaTextFilePathAnnotationObject.update()MessageDeltaTextFilePathAnnotationObject.values()MessageDeltaTextFilePathAnnotationObject.file_id
MessageImageFileContentMessageImageFileContent.as_dict()MessageImageFileContent.clear()MessageImageFileContent.copy()MessageImageFileContent.get()MessageImageFileContent.items()MessageImageFileContent.keys()MessageImageFileContent.pop()MessageImageFileContent.popitem()MessageImageFileContent.setdefault()MessageImageFileContent.update()MessageImageFileContent.values()MessageImageFileContent.image_fileMessageImageFileContent.type
MessageImageFileDetailsMessageImageFileDetails.as_dict()MessageImageFileDetails.clear()MessageImageFileDetails.copy()MessageImageFileDetails.get()MessageImageFileDetails.items()MessageImageFileDetails.keys()MessageImageFileDetails.pop()MessageImageFileDetails.popitem()MessageImageFileDetails.setdefault()MessageImageFileDetails.update()MessageImageFileDetails.values()MessageImageFileDetails.file_id
MessageIncompleteDetailsMessageIncompleteDetails.as_dict()MessageIncompleteDetails.clear()MessageIncompleteDetails.copy()MessageIncompleteDetails.get()MessageIncompleteDetails.items()MessageIncompleteDetails.keys()MessageIncompleteDetails.pop()MessageIncompleteDetails.popitem()MessageIncompleteDetails.setdefault()MessageIncompleteDetails.update()MessageIncompleteDetails.values()MessageIncompleteDetails.reason
MessageIncompleteDetailsReasonMessageIncompleteDetailsReason.capitalize()MessageIncompleteDetailsReason.casefold()MessageIncompleteDetailsReason.center()MessageIncompleteDetailsReason.count()MessageIncompleteDetailsReason.encode()MessageIncompleteDetailsReason.endswith()MessageIncompleteDetailsReason.expandtabs()MessageIncompleteDetailsReason.find()MessageIncompleteDetailsReason.format()MessageIncompleteDetailsReason.format_map()MessageIncompleteDetailsReason.index()MessageIncompleteDetailsReason.isalnum()MessageIncompleteDetailsReason.isalpha()MessageIncompleteDetailsReason.isascii()MessageIncompleteDetailsReason.isdecimal()MessageIncompleteDetailsReason.isdigit()MessageIncompleteDetailsReason.isidentifier()MessageIncompleteDetailsReason.islower()MessageIncompleteDetailsReason.isnumeric()MessageIncompleteDetailsReason.isprintable()MessageIncompleteDetailsReason.isspace()MessageIncompleteDetailsReason.istitle()MessageIncompleteDetailsReason.isupper()MessageIncompleteDetailsReason.join()MessageIncompleteDetailsReason.ljust()MessageIncompleteDetailsReason.lower()MessageIncompleteDetailsReason.lstrip()MessageIncompleteDetailsReason.maketrans()MessageIncompleteDetailsReason.partition()MessageIncompleteDetailsReason.removeprefix()MessageIncompleteDetailsReason.removesuffix()MessageIncompleteDetailsReason.replace()MessageIncompleteDetailsReason.rfind()MessageIncompleteDetailsReason.rindex()MessageIncompleteDetailsReason.rjust()MessageIncompleteDetailsReason.rpartition()MessageIncompleteDetailsReason.rsplit()MessageIncompleteDetailsReason.rstrip()MessageIncompleteDetailsReason.split()MessageIncompleteDetailsReason.splitlines()MessageIncompleteDetailsReason.startswith()MessageIncompleteDetailsReason.strip()MessageIncompleteDetailsReason.swapcase()MessageIncompleteDetailsReason.title()MessageIncompleteDetailsReason.translate()MessageIncompleteDetailsReason.upper()MessageIncompleteDetailsReason.zfill()MessageIncompleteDetailsReason.CONTENT_FILTERMessageIncompleteDetailsReason.MAX_TOKENSMessageIncompleteDetailsReason.RUN_CANCELLEDMessageIncompleteDetailsReason.RUN_EXPIREDMessageIncompleteDetailsReason.RUN_FAILED
MessageRoleMessageRole.capitalize()MessageRole.casefold()MessageRole.center()MessageRole.count()MessageRole.encode()MessageRole.endswith()MessageRole.expandtabs()MessageRole.find()MessageRole.format()MessageRole.format_map()MessageRole.index()MessageRole.isalnum()MessageRole.isalpha()MessageRole.isascii()MessageRole.isdecimal()MessageRole.isdigit()MessageRole.isidentifier()MessageRole.islower()MessageRole.isnumeric()MessageRole.isprintable()MessageRole.isspace()MessageRole.istitle()MessageRole.isupper()MessageRole.join()MessageRole.ljust()MessageRole.lower()MessageRole.lstrip()MessageRole.maketrans()MessageRole.partition()MessageRole.removeprefix()MessageRole.removesuffix()MessageRole.replace()MessageRole.rfind()MessageRole.rindex()MessageRole.rjust()MessageRole.rpartition()MessageRole.rsplit()MessageRole.rstrip()MessageRole.split()MessageRole.splitlines()MessageRole.startswith()MessageRole.strip()MessageRole.swapcase()MessageRole.title()MessageRole.translate()MessageRole.upper()MessageRole.zfill()MessageRole.AGENTMessageRole.USER
MessageStatusMessageStatus.capitalize()MessageStatus.casefold()MessageStatus.center()MessageStatus.count()MessageStatus.encode()MessageStatus.endswith()MessageStatus.expandtabs()MessageStatus.find()MessageStatus.format()MessageStatus.format_map()MessageStatus.index()MessageStatus.isalnum()MessageStatus.isalpha()MessageStatus.isascii()MessageStatus.isdecimal()MessageStatus.isdigit()MessageStatus.isidentifier()MessageStatus.islower()MessageStatus.isnumeric()MessageStatus.isprintable()MessageStatus.isspace()MessageStatus.istitle()MessageStatus.isupper()MessageStatus.join()MessageStatus.ljust()MessageStatus.lower()MessageStatus.lstrip()MessageStatus.maketrans()MessageStatus.partition()MessageStatus.removeprefix()MessageStatus.removesuffix()MessageStatus.replace()MessageStatus.rfind()MessageStatus.rindex()MessageStatus.rjust()MessageStatus.rpartition()MessageStatus.rsplit()MessageStatus.rstrip()MessageStatus.split()MessageStatus.splitlines()MessageStatus.startswith()MessageStatus.strip()MessageStatus.swapcase()MessageStatus.title()MessageStatus.translate()MessageStatus.upper()MessageStatus.zfill()MessageStatus.COMPLETEDMessageStatus.INCOMPLETEMessageStatus.IN_PROGRESS
MessageStreamEventMessageStreamEvent.capitalize()MessageStreamEvent.casefold()MessageStreamEvent.center()MessageStreamEvent.count()MessageStreamEvent.encode()MessageStreamEvent.endswith()MessageStreamEvent.expandtabs()MessageStreamEvent.find()MessageStreamEvent.format()MessageStreamEvent.format_map()MessageStreamEvent.index()MessageStreamEvent.isalnum()MessageStreamEvent.isalpha()MessageStreamEvent.isascii()MessageStreamEvent.isdecimal()MessageStreamEvent.isdigit()MessageStreamEvent.isidentifier()MessageStreamEvent.islower()MessageStreamEvent.isnumeric()MessageStreamEvent.isprintable()MessageStreamEvent.isspace()MessageStreamEvent.istitle()MessageStreamEvent.isupper()MessageStreamEvent.join()MessageStreamEvent.ljust()MessageStreamEvent.lower()MessageStreamEvent.lstrip()MessageStreamEvent.maketrans()MessageStreamEvent.partition()MessageStreamEvent.removeprefix()MessageStreamEvent.removesuffix()MessageStreamEvent.replace()MessageStreamEvent.rfind()MessageStreamEvent.rindex()MessageStreamEvent.rjust()MessageStreamEvent.rpartition()MessageStreamEvent.rsplit()MessageStreamEvent.rstrip()MessageStreamEvent.split()MessageStreamEvent.splitlines()MessageStreamEvent.startswith()MessageStreamEvent.strip()MessageStreamEvent.swapcase()MessageStreamEvent.title()MessageStreamEvent.translate()MessageStreamEvent.upper()MessageStreamEvent.zfill()MessageStreamEvent.THREAD_MESSAGE_COMPLETEDMessageStreamEvent.THREAD_MESSAGE_CREATEDMessageStreamEvent.THREAD_MESSAGE_DELTAMessageStreamEvent.THREAD_MESSAGE_INCOMPLETEMessageStreamEvent.THREAD_MESSAGE_IN_PROGRESS
MessageTextAnnotationMessageTextAnnotation.as_dict()MessageTextAnnotation.clear()MessageTextAnnotation.copy()MessageTextAnnotation.get()MessageTextAnnotation.items()MessageTextAnnotation.keys()MessageTextAnnotation.pop()MessageTextAnnotation.popitem()MessageTextAnnotation.setdefault()MessageTextAnnotation.update()MessageTextAnnotation.values()MessageTextAnnotation.textMessageTextAnnotation.type
MessageTextContentMessageTextContent.as_dict()MessageTextContent.clear()MessageTextContent.copy()MessageTextContent.get()MessageTextContent.items()MessageTextContent.keys()MessageTextContent.pop()MessageTextContent.popitem()MessageTextContent.setdefault()MessageTextContent.update()MessageTextContent.values()MessageTextContent.textMessageTextContent.type
MessageTextDetailsMessageTextDetails.as_dict()MessageTextDetails.clear()MessageTextDetails.copy()MessageTextDetails.get()MessageTextDetails.items()MessageTextDetails.keys()MessageTextDetails.pop()MessageTextDetails.popitem()MessageTextDetails.setdefault()MessageTextDetails.update()MessageTextDetails.values()MessageTextDetails.annotationsMessageTextDetails.value
MessageTextFileCitationAnnotationMessageTextFileCitationAnnotation.as_dict()MessageTextFileCitationAnnotation.clear()MessageTextFileCitationAnnotation.copy()MessageTextFileCitationAnnotation.get()MessageTextFileCitationAnnotation.items()MessageTextFileCitationAnnotation.keys()MessageTextFileCitationAnnotation.pop()MessageTextFileCitationAnnotation.popitem()MessageTextFileCitationAnnotation.setdefault()MessageTextFileCitationAnnotation.update()MessageTextFileCitationAnnotation.values()MessageTextFileCitationAnnotation.end_indexMessageTextFileCitationAnnotation.file_citationMessageTextFileCitationAnnotation.start_indexMessageTextFileCitationAnnotation.textMessageTextFileCitationAnnotation.type
MessageTextFileCitationDetailsMessageTextFileCitationDetails.as_dict()MessageTextFileCitationDetails.clear()MessageTextFileCitationDetails.copy()MessageTextFileCitationDetails.get()MessageTextFileCitationDetails.items()MessageTextFileCitationDetails.keys()MessageTextFileCitationDetails.pop()MessageTextFileCitationDetails.popitem()MessageTextFileCitationDetails.setdefault()MessageTextFileCitationDetails.update()MessageTextFileCitationDetails.values()MessageTextFileCitationDetails.file_idMessageTextFileCitationDetails.quote
MessageTextFilePathAnnotationMessageTextFilePathAnnotation.as_dict()MessageTextFilePathAnnotation.clear()MessageTextFilePathAnnotation.copy()MessageTextFilePathAnnotation.get()MessageTextFilePathAnnotation.items()MessageTextFilePathAnnotation.keys()MessageTextFilePathAnnotation.pop()MessageTextFilePathAnnotation.popitem()MessageTextFilePathAnnotation.setdefault()MessageTextFilePathAnnotation.update()MessageTextFilePathAnnotation.values()MessageTextFilePathAnnotation.end_indexMessageTextFilePathAnnotation.file_pathMessageTextFilePathAnnotation.start_indexMessageTextFilePathAnnotation.textMessageTextFilePathAnnotation.type
MessageTextFilePathDetailsMessageTextFilePathDetails.as_dict()MessageTextFilePathDetails.clear()MessageTextFilePathDetails.copy()MessageTextFilePathDetails.get()MessageTextFilePathDetails.items()MessageTextFilePathDetails.keys()MessageTextFilePathDetails.pop()MessageTextFilePathDetails.popitem()MessageTextFilePathDetails.setdefault()MessageTextFilePathDetails.update()MessageTextFilePathDetails.values()MessageTextFilePathDetails.file_id
MicrosoftFabricToolDefinitionMicrosoftFabricToolDefinition.as_dict()MicrosoftFabricToolDefinition.clear()MicrosoftFabricToolDefinition.copy()MicrosoftFabricToolDefinition.get()MicrosoftFabricToolDefinition.items()MicrosoftFabricToolDefinition.keys()MicrosoftFabricToolDefinition.pop()MicrosoftFabricToolDefinition.popitem()MicrosoftFabricToolDefinition.setdefault()MicrosoftFabricToolDefinition.update()MicrosoftFabricToolDefinition.values()MicrosoftFabricToolDefinition.fabric_aiskillMicrosoftFabricToolDefinition.type
OpenAIFileOpenAIFile.as_dict()OpenAIFile.clear()OpenAIFile.copy()OpenAIFile.get()OpenAIFile.items()OpenAIFile.keys()OpenAIFile.pop()OpenAIFile.popitem()OpenAIFile.setdefault()OpenAIFile.update()OpenAIFile.values()OpenAIFile.bytesOpenAIFile.created_atOpenAIFile.filenameOpenAIFile.idOpenAIFile.objectOpenAIFile.purposeOpenAIFile.statusOpenAIFile.status_details
OpenAIPageableListOfAgentOpenAIPageableListOfAgent.as_dict()OpenAIPageableListOfAgent.clear()OpenAIPageableListOfAgent.copy()OpenAIPageableListOfAgent.get()OpenAIPageableListOfAgent.items()OpenAIPageableListOfAgent.keys()OpenAIPageableListOfAgent.pop()OpenAIPageableListOfAgent.popitem()OpenAIPageableListOfAgent.setdefault()OpenAIPageableListOfAgent.update()OpenAIPageableListOfAgent.values()OpenAIPageableListOfAgent.dataOpenAIPageableListOfAgent.first_idOpenAIPageableListOfAgent.has_moreOpenAIPageableListOfAgent.last_idOpenAIPageableListOfAgent.object
OpenAIPageableListOfRunStepOpenAIPageableListOfRunStep.as_dict()OpenAIPageableListOfRunStep.clear()OpenAIPageableListOfRunStep.copy()OpenAIPageableListOfRunStep.get()OpenAIPageableListOfRunStep.items()OpenAIPageableListOfRunStep.keys()OpenAIPageableListOfRunStep.pop()OpenAIPageableListOfRunStep.popitem()OpenAIPageableListOfRunStep.setdefault()OpenAIPageableListOfRunStep.update()OpenAIPageableListOfRunStep.values()OpenAIPageableListOfRunStep.dataOpenAIPageableListOfRunStep.first_idOpenAIPageableListOfRunStep.has_moreOpenAIPageableListOfRunStep.last_idOpenAIPageableListOfRunStep.object
OpenAIPageableListOfThreadMessageOpenAIPageableListOfThreadMessage.as_dict()OpenAIPageableListOfThreadMessage.clear()OpenAIPageableListOfThreadMessage.copy()OpenAIPageableListOfThreadMessage.get()OpenAIPageableListOfThreadMessage.get_last_message_by_role()OpenAIPageableListOfThreadMessage.get_last_text_message_by_role()OpenAIPageableListOfThreadMessage.items()OpenAIPageableListOfThreadMessage.keys()OpenAIPageableListOfThreadMessage.pop()OpenAIPageableListOfThreadMessage.popitem()OpenAIPageableListOfThreadMessage.setdefault()OpenAIPageableListOfThreadMessage.update()OpenAIPageableListOfThreadMessage.values()OpenAIPageableListOfThreadMessage.dataOpenAIPageableListOfThreadMessage.file_citation_annotationsOpenAIPageableListOfThreadMessage.file_path_annotationsOpenAIPageableListOfThreadMessage.first_idOpenAIPageableListOfThreadMessage.has_moreOpenAIPageableListOfThreadMessage.image_contentsOpenAIPageableListOfThreadMessage.last_idOpenAIPageableListOfThreadMessage.objectOpenAIPageableListOfThreadMessage.text_messages
OpenAIPageableListOfThreadRunOpenAIPageableListOfThreadRun.as_dict()OpenAIPageableListOfThreadRun.clear()OpenAIPageableListOfThreadRun.copy()OpenAIPageableListOfThreadRun.get()OpenAIPageableListOfThreadRun.items()OpenAIPageableListOfThreadRun.keys()OpenAIPageableListOfThreadRun.pop()OpenAIPageableListOfThreadRun.popitem()OpenAIPageableListOfThreadRun.setdefault()OpenAIPageableListOfThreadRun.update()OpenAIPageableListOfThreadRun.values()OpenAIPageableListOfThreadRun.dataOpenAIPageableListOfThreadRun.first_idOpenAIPageableListOfThreadRun.has_moreOpenAIPageableListOfThreadRun.last_idOpenAIPageableListOfThreadRun.object
OpenAIPageableListOfVectorStoreOpenAIPageableListOfVectorStore.as_dict()OpenAIPageableListOfVectorStore.clear()OpenAIPageableListOfVectorStore.copy()OpenAIPageableListOfVectorStore.get()OpenAIPageableListOfVectorStore.items()OpenAIPageableListOfVectorStore.keys()OpenAIPageableListOfVectorStore.pop()OpenAIPageableListOfVectorStore.popitem()OpenAIPageableListOfVectorStore.setdefault()OpenAIPageableListOfVectorStore.update()OpenAIPageableListOfVectorStore.values()OpenAIPageableListOfVectorStore.dataOpenAIPageableListOfVectorStore.first_idOpenAIPageableListOfVectorStore.has_moreOpenAIPageableListOfVectorStore.last_idOpenAIPageableListOfVectorStore.object
OpenAIPageableListOfVectorStoreFileOpenAIPageableListOfVectorStoreFile.as_dict()OpenAIPageableListOfVectorStoreFile.clear()OpenAIPageableListOfVectorStoreFile.copy()OpenAIPageableListOfVectorStoreFile.get()OpenAIPageableListOfVectorStoreFile.items()OpenAIPageableListOfVectorStoreFile.keys()OpenAIPageableListOfVectorStoreFile.pop()OpenAIPageableListOfVectorStoreFile.popitem()OpenAIPageableListOfVectorStoreFile.setdefault()OpenAIPageableListOfVectorStoreFile.update()OpenAIPageableListOfVectorStoreFile.values()OpenAIPageableListOfVectorStoreFile.dataOpenAIPageableListOfVectorStoreFile.first_idOpenAIPageableListOfVectorStoreFile.has_moreOpenAIPageableListOfVectorStoreFile.last_idOpenAIPageableListOfVectorStoreFile.object
OpenApiAnonymousAuthDetailsOpenApiAnonymousAuthDetails.as_dict()OpenApiAnonymousAuthDetails.clear()OpenApiAnonymousAuthDetails.copy()OpenApiAnonymousAuthDetails.get()OpenApiAnonymousAuthDetails.items()OpenApiAnonymousAuthDetails.keys()OpenApiAnonymousAuthDetails.pop()OpenApiAnonymousAuthDetails.popitem()OpenApiAnonymousAuthDetails.setdefault()OpenApiAnonymousAuthDetails.update()OpenApiAnonymousAuthDetails.values()OpenApiAnonymousAuthDetails.type
OpenApiAuthDetailsOpenApiAuthDetails.as_dict()OpenApiAuthDetails.clear()OpenApiAuthDetails.copy()OpenApiAuthDetails.get()OpenApiAuthDetails.items()OpenApiAuthDetails.keys()OpenApiAuthDetails.pop()OpenApiAuthDetails.popitem()OpenApiAuthDetails.setdefault()OpenApiAuthDetails.update()OpenApiAuthDetails.values()OpenApiAuthDetails.type
OpenApiAuthTypeOpenApiAuthType.capitalize()OpenApiAuthType.casefold()OpenApiAuthType.center()OpenApiAuthType.count()OpenApiAuthType.encode()OpenApiAuthType.endswith()OpenApiAuthType.expandtabs()OpenApiAuthType.find()OpenApiAuthType.format()OpenApiAuthType.format_map()OpenApiAuthType.index()OpenApiAuthType.isalnum()OpenApiAuthType.isalpha()OpenApiAuthType.isascii()OpenApiAuthType.isdecimal()OpenApiAuthType.isdigit()OpenApiAuthType.isidentifier()OpenApiAuthType.islower()OpenApiAuthType.isnumeric()OpenApiAuthType.isprintable()OpenApiAuthType.isspace()OpenApiAuthType.istitle()OpenApiAuthType.isupper()OpenApiAuthType.join()OpenApiAuthType.ljust()OpenApiAuthType.lower()OpenApiAuthType.lstrip()OpenApiAuthType.maketrans()OpenApiAuthType.partition()OpenApiAuthType.removeprefix()OpenApiAuthType.removesuffix()OpenApiAuthType.replace()OpenApiAuthType.rfind()OpenApiAuthType.rindex()OpenApiAuthType.rjust()OpenApiAuthType.rpartition()OpenApiAuthType.rsplit()OpenApiAuthType.rstrip()OpenApiAuthType.split()OpenApiAuthType.splitlines()OpenApiAuthType.startswith()OpenApiAuthType.strip()OpenApiAuthType.swapcase()OpenApiAuthType.title()OpenApiAuthType.translate()OpenApiAuthType.upper()OpenApiAuthType.zfill()OpenApiAuthType.ANONYMOUSOpenApiAuthType.CONNECTIONOpenApiAuthType.MANAGED_IDENTITY
OpenApiConnectionAuthDetailsOpenApiConnectionAuthDetails.as_dict()OpenApiConnectionAuthDetails.clear()OpenApiConnectionAuthDetails.copy()OpenApiConnectionAuthDetails.get()OpenApiConnectionAuthDetails.items()OpenApiConnectionAuthDetails.keys()OpenApiConnectionAuthDetails.pop()OpenApiConnectionAuthDetails.popitem()OpenApiConnectionAuthDetails.setdefault()OpenApiConnectionAuthDetails.update()OpenApiConnectionAuthDetails.values()OpenApiConnectionAuthDetails.security_schemeOpenApiConnectionAuthDetails.type
OpenApiConnectionSecuritySchemeOpenApiConnectionSecurityScheme.as_dict()OpenApiConnectionSecurityScheme.clear()OpenApiConnectionSecurityScheme.copy()OpenApiConnectionSecurityScheme.get()OpenApiConnectionSecurityScheme.items()OpenApiConnectionSecurityScheme.keys()OpenApiConnectionSecurityScheme.pop()OpenApiConnectionSecurityScheme.popitem()OpenApiConnectionSecurityScheme.setdefault()OpenApiConnectionSecurityScheme.update()OpenApiConnectionSecurityScheme.values()OpenApiConnectionSecurityScheme.connection_id
OpenApiFunctionDefinitionOpenApiFunctionDefinition.as_dict()OpenApiFunctionDefinition.clear()OpenApiFunctionDefinition.copy()OpenApiFunctionDefinition.get()OpenApiFunctionDefinition.items()OpenApiFunctionDefinition.keys()OpenApiFunctionDefinition.pop()OpenApiFunctionDefinition.popitem()OpenApiFunctionDefinition.setdefault()OpenApiFunctionDefinition.update()OpenApiFunctionDefinition.values()OpenApiFunctionDefinition.authOpenApiFunctionDefinition.descriptionOpenApiFunctionDefinition.nameOpenApiFunctionDefinition.spec
OpenApiManagedAuthDetailsOpenApiManagedAuthDetails.as_dict()OpenApiManagedAuthDetails.clear()OpenApiManagedAuthDetails.copy()OpenApiManagedAuthDetails.get()OpenApiManagedAuthDetails.items()OpenApiManagedAuthDetails.keys()OpenApiManagedAuthDetails.pop()OpenApiManagedAuthDetails.popitem()OpenApiManagedAuthDetails.setdefault()OpenApiManagedAuthDetails.update()OpenApiManagedAuthDetails.values()OpenApiManagedAuthDetails.security_schemeOpenApiManagedAuthDetails.type
OpenApiManagedSecuritySchemeOpenApiManagedSecurityScheme.as_dict()OpenApiManagedSecurityScheme.clear()OpenApiManagedSecurityScheme.copy()OpenApiManagedSecurityScheme.get()OpenApiManagedSecurityScheme.items()OpenApiManagedSecurityScheme.keys()OpenApiManagedSecurityScheme.pop()OpenApiManagedSecurityScheme.popitem()OpenApiManagedSecurityScheme.setdefault()OpenApiManagedSecurityScheme.update()OpenApiManagedSecurityScheme.values()OpenApiManagedSecurityScheme.audience
OpenApiToolOpenApiToolDefinitionOpenApiToolDefinition.as_dict()OpenApiToolDefinition.clear()OpenApiToolDefinition.copy()OpenApiToolDefinition.get()OpenApiToolDefinition.items()OpenApiToolDefinition.keys()OpenApiToolDefinition.pop()OpenApiToolDefinition.popitem()OpenApiToolDefinition.setdefault()OpenApiToolDefinition.update()OpenApiToolDefinition.values()OpenApiToolDefinition.openapiOpenApiToolDefinition.type
RecurrenceScheduleRecurrenceSchedule.as_dict()RecurrenceSchedule.clear()RecurrenceSchedule.copy()RecurrenceSchedule.get()RecurrenceSchedule.items()RecurrenceSchedule.keys()RecurrenceSchedule.pop()RecurrenceSchedule.popitem()RecurrenceSchedule.setdefault()RecurrenceSchedule.update()RecurrenceSchedule.values()RecurrenceSchedule.hoursRecurrenceSchedule.minutesRecurrenceSchedule.month_daysRecurrenceSchedule.week_days
RecurrenceTriggerRecurrenceTrigger.as_dict()RecurrenceTrigger.clear()RecurrenceTrigger.copy()RecurrenceTrigger.get()RecurrenceTrigger.items()RecurrenceTrigger.keys()RecurrenceTrigger.pop()RecurrenceTrigger.popitem()RecurrenceTrigger.setdefault()RecurrenceTrigger.update()RecurrenceTrigger.values()RecurrenceTrigger.frequencyRecurrenceTrigger.intervalRecurrenceTrigger.scheduleRecurrenceTrigger.type
RequiredActionRequiredFunctionToolCallRequiredFunctionToolCall.as_dict()RequiredFunctionToolCall.clear()RequiredFunctionToolCall.copy()RequiredFunctionToolCall.get()RequiredFunctionToolCall.items()RequiredFunctionToolCall.keys()RequiredFunctionToolCall.pop()RequiredFunctionToolCall.popitem()RequiredFunctionToolCall.setdefault()RequiredFunctionToolCall.update()RequiredFunctionToolCall.values()RequiredFunctionToolCall.functionRequiredFunctionToolCall.idRequiredFunctionToolCall.type
RequiredFunctionToolCallDetailsRequiredFunctionToolCallDetails.as_dict()RequiredFunctionToolCallDetails.clear()RequiredFunctionToolCallDetails.copy()RequiredFunctionToolCallDetails.get()RequiredFunctionToolCallDetails.items()RequiredFunctionToolCallDetails.keys()RequiredFunctionToolCallDetails.pop()RequiredFunctionToolCallDetails.popitem()RequiredFunctionToolCallDetails.setdefault()RequiredFunctionToolCallDetails.update()RequiredFunctionToolCallDetails.values()RequiredFunctionToolCallDetails.argumentsRequiredFunctionToolCallDetails.name
RequiredToolCallRequiredToolCall.as_dict()RequiredToolCall.clear()RequiredToolCall.copy()RequiredToolCall.get()RequiredToolCall.items()RequiredToolCall.keys()RequiredToolCall.pop()RequiredToolCall.popitem()RequiredToolCall.setdefault()RequiredToolCall.update()RequiredToolCall.values()RequiredToolCall.idRequiredToolCall.type
ResponseFormatResponseFormat.capitalize()ResponseFormat.casefold()ResponseFormat.center()ResponseFormat.count()ResponseFormat.encode()ResponseFormat.endswith()ResponseFormat.expandtabs()ResponseFormat.find()ResponseFormat.format()ResponseFormat.format_map()ResponseFormat.index()ResponseFormat.isalnum()ResponseFormat.isalpha()ResponseFormat.isascii()ResponseFormat.isdecimal()ResponseFormat.isdigit()ResponseFormat.isidentifier()ResponseFormat.islower()ResponseFormat.isnumeric()ResponseFormat.isprintable()ResponseFormat.isspace()ResponseFormat.istitle()ResponseFormat.isupper()ResponseFormat.join()ResponseFormat.ljust()ResponseFormat.lower()ResponseFormat.lstrip()ResponseFormat.maketrans()ResponseFormat.partition()ResponseFormat.removeprefix()ResponseFormat.removesuffix()ResponseFormat.replace()ResponseFormat.rfind()ResponseFormat.rindex()ResponseFormat.rjust()ResponseFormat.rpartition()ResponseFormat.rsplit()ResponseFormat.rstrip()ResponseFormat.split()ResponseFormat.splitlines()ResponseFormat.startswith()ResponseFormat.strip()ResponseFormat.swapcase()ResponseFormat.title()ResponseFormat.translate()ResponseFormat.upper()ResponseFormat.zfill()ResponseFormat.JSON_OBJECTResponseFormat.TEXT
ResponseFormatJsonSchemaResponseFormatJsonSchema.as_dict()ResponseFormatJsonSchema.clear()ResponseFormatJsonSchema.copy()ResponseFormatJsonSchema.get()ResponseFormatJsonSchema.items()ResponseFormatJsonSchema.keys()ResponseFormatJsonSchema.pop()ResponseFormatJsonSchema.popitem()ResponseFormatJsonSchema.setdefault()ResponseFormatJsonSchema.update()ResponseFormatJsonSchema.values()ResponseFormatJsonSchema.descriptionResponseFormatJsonSchema.nameResponseFormatJsonSchema.schema
ResponseFormatJsonSchemaTypeResponseFormatJsonSchemaType.as_dict()ResponseFormatJsonSchemaType.clear()ResponseFormatJsonSchemaType.copy()ResponseFormatJsonSchemaType.get()ResponseFormatJsonSchemaType.items()ResponseFormatJsonSchemaType.keys()ResponseFormatJsonSchemaType.pop()ResponseFormatJsonSchemaType.popitem()ResponseFormatJsonSchemaType.setdefault()ResponseFormatJsonSchemaType.update()ResponseFormatJsonSchemaType.values()ResponseFormatJsonSchemaType.json_schemaResponseFormatJsonSchemaType.type
RunAdditionalFieldListRunAdditionalFieldList.capitalize()RunAdditionalFieldList.casefold()RunAdditionalFieldList.center()RunAdditionalFieldList.count()RunAdditionalFieldList.encode()RunAdditionalFieldList.endswith()RunAdditionalFieldList.expandtabs()RunAdditionalFieldList.find()RunAdditionalFieldList.format()RunAdditionalFieldList.format_map()RunAdditionalFieldList.index()RunAdditionalFieldList.isalnum()RunAdditionalFieldList.isalpha()RunAdditionalFieldList.isascii()RunAdditionalFieldList.isdecimal()RunAdditionalFieldList.isdigit()RunAdditionalFieldList.isidentifier()RunAdditionalFieldList.islower()RunAdditionalFieldList.isnumeric()RunAdditionalFieldList.isprintable()RunAdditionalFieldList.isspace()RunAdditionalFieldList.istitle()RunAdditionalFieldList.isupper()RunAdditionalFieldList.join()RunAdditionalFieldList.ljust()RunAdditionalFieldList.lower()RunAdditionalFieldList.lstrip()RunAdditionalFieldList.maketrans()RunAdditionalFieldList.partition()RunAdditionalFieldList.removeprefix()RunAdditionalFieldList.removesuffix()RunAdditionalFieldList.replace()RunAdditionalFieldList.rfind()RunAdditionalFieldList.rindex()RunAdditionalFieldList.rjust()RunAdditionalFieldList.rpartition()RunAdditionalFieldList.rsplit()RunAdditionalFieldList.rstrip()RunAdditionalFieldList.split()RunAdditionalFieldList.splitlines()RunAdditionalFieldList.startswith()RunAdditionalFieldList.strip()RunAdditionalFieldList.swapcase()RunAdditionalFieldList.title()RunAdditionalFieldList.translate()RunAdditionalFieldList.upper()RunAdditionalFieldList.zfill()RunAdditionalFieldList.FILE_SEARCH_CONTENTS
RunCompletionUsageRunCompletionUsage.as_dict()RunCompletionUsage.clear()RunCompletionUsage.copy()RunCompletionUsage.get()RunCompletionUsage.items()RunCompletionUsage.keys()RunCompletionUsage.pop()RunCompletionUsage.popitem()RunCompletionUsage.setdefault()RunCompletionUsage.update()RunCompletionUsage.values()RunCompletionUsage.completion_tokensRunCompletionUsage.prompt_tokensRunCompletionUsage.total_tokens
RunErrorRunStatusRunStatus.capitalize()RunStatus.casefold()RunStatus.center()RunStatus.count()RunStatus.encode()RunStatus.endswith()RunStatus.expandtabs()RunStatus.find()RunStatus.format()RunStatus.format_map()RunStatus.index()RunStatus.isalnum()RunStatus.isalpha()RunStatus.isascii()RunStatus.isdecimal()RunStatus.isdigit()RunStatus.isidentifier()RunStatus.islower()RunStatus.isnumeric()RunStatus.isprintable()RunStatus.isspace()RunStatus.istitle()RunStatus.isupper()RunStatus.join()RunStatus.ljust()RunStatus.lower()RunStatus.lstrip()RunStatus.maketrans()RunStatus.partition()RunStatus.removeprefix()RunStatus.removesuffix()RunStatus.replace()RunStatus.rfind()RunStatus.rindex()RunStatus.rjust()RunStatus.rpartition()RunStatus.rsplit()RunStatus.rstrip()RunStatus.split()RunStatus.splitlines()RunStatus.startswith()RunStatus.strip()RunStatus.swapcase()RunStatus.title()RunStatus.translate()RunStatus.upper()RunStatus.zfill()RunStatus.CANCELLEDRunStatus.CANCELLINGRunStatus.COMPLETEDRunStatus.EXPIREDRunStatus.FAILEDRunStatus.IN_PROGRESSRunStatus.QUEUEDRunStatus.REQUIRES_ACTION
RunStepRunStep.as_dict()RunStep.clear()RunStep.copy()RunStep.get()RunStep.items()RunStep.keys()RunStep.pop()RunStep.popitem()RunStep.setdefault()RunStep.update()RunStep.values()RunStep.assistant_idRunStep.cancelled_atRunStep.completed_atRunStep.created_atRunStep.expired_atRunStep.failed_atRunStep.idRunStep.last_errorRunStep.metadataRunStep.objectRunStep.run_idRunStep.statusRunStep.step_detailsRunStep.thread_idRunStep.typeRunStep.usage
RunStepAzureAISearchToolCallRunStepAzureAISearchToolCall.as_dict()RunStepAzureAISearchToolCall.clear()RunStepAzureAISearchToolCall.copy()RunStepAzureAISearchToolCall.get()RunStepAzureAISearchToolCall.items()RunStepAzureAISearchToolCall.keys()RunStepAzureAISearchToolCall.pop()RunStepAzureAISearchToolCall.popitem()RunStepAzureAISearchToolCall.setdefault()RunStepAzureAISearchToolCall.update()RunStepAzureAISearchToolCall.values()RunStepAzureAISearchToolCall.azure_ai_searchRunStepAzureAISearchToolCall.idRunStepAzureAISearchToolCall.type
RunStepBingGroundingToolCallRunStepBingGroundingToolCall.as_dict()RunStepBingGroundingToolCall.clear()RunStepBingGroundingToolCall.copy()RunStepBingGroundingToolCall.get()RunStepBingGroundingToolCall.items()RunStepBingGroundingToolCall.keys()RunStepBingGroundingToolCall.pop()RunStepBingGroundingToolCall.popitem()RunStepBingGroundingToolCall.setdefault()RunStepBingGroundingToolCall.update()RunStepBingGroundingToolCall.values()RunStepBingGroundingToolCall.bing_groundingRunStepBingGroundingToolCall.idRunStepBingGroundingToolCall.type
RunStepCodeInterpreterImageOutputRunStepCodeInterpreterImageOutput.as_dict()RunStepCodeInterpreterImageOutput.clear()RunStepCodeInterpreterImageOutput.copy()RunStepCodeInterpreterImageOutput.get()RunStepCodeInterpreterImageOutput.items()RunStepCodeInterpreterImageOutput.keys()RunStepCodeInterpreterImageOutput.pop()RunStepCodeInterpreterImageOutput.popitem()RunStepCodeInterpreterImageOutput.setdefault()RunStepCodeInterpreterImageOutput.update()RunStepCodeInterpreterImageOutput.values()RunStepCodeInterpreterImageOutput.imageRunStepCodeInterpreterImageOutput.type
RunStepCodeInterpreterImageReferenceRunStepCodeInterpreterImageReference.as_dict()RunStepCodeInterpreterImageReference.clear()RunStepCodeInterpreterImageReference.copy()RunStepCodeInterpreterImageReference.get()RunStepCodeInterpreterImageReference.items()RunStepCodeInterpreterImageReference.keys()RunStepCodeInterpreterImageReference.pop()RunStepCodeInterpreterImageReference.popitem()RunStepCodeInterpreterImageReference.setdefault()RunStepCodeInterpreterImageReference.update()RunStepCodeInterpreterImageReference.values()RunStepCodeInterpreterImageReference.file_id
RunStepCodeInterpreterLogOutputRunStepCodeInterpreterLogOutput.as_dict()RunStepCodeInterpreterLogOutput.clear()RunStepCodeInterpreterLogOutput.copy()RunStepCodeInterpreterLogOutput.get()RunStepCodeInterpreterLogOutput.items()RunStepCodeInterpreterLogOutput.keys()RunStepCodeInterpreterLogOutput.pop()RunStepCodeInterpreterLogOutput.popitem()RunStepCodeInterpreterLogOutput.setdefault()RunStepCodeInterpreterLogOutput.update()RunStepCodeInterpreterLogOutput.values()RunStepCodeInterpreterLogOutput.logsRunStepCodeInterpreterLogOutput.type
RunStepCodeInterpreterToolCallRunStepCodeInterpreterToolCall.as_dict()RunStepCodeInterpreterToolCall.clear()RunStepCodeInterpreterToolCall.copy()RunStepCodeInterpreterToolCall.get()RunStepCodeInterpreterToolCall.items()RunStepCodeInterpreterToolCall.keys()RunStepCodeInterpreterToolCall.pop()RunStepCodeInterpreterToolCall.popitem()RunStepCodeInterpreterToolCall.setdefault()RunStepCodeInterpreterToolCall.update()RunStepCodeInterpreterToolCall.values()RunStepCodeInterpreterToolCall.code_interpreterRunStepCodeInterpreterToolCall.idRunStepCodeInterpreterToolCall.type
RunStepCodeInterpreterToolCallDetailsRunStepCodeInterpreterToolCallDetails.as_dict()RunStepCodeInterpreterToolCallDetails.clear()RunStepCodeInterpreterToolCallDetails.copy()RunStepCodeInterpreterToolCallDetails.get()RunStepCodeInterpreterToolCallDetails.items()RunStepCodeInterpreterToolCallDetails.keys()RunStepCodeInterpreterToolCallDetails.pop()RunStepCodeInterpreterToolCallDetails.popitem()RunStepCodeInterpreterToolCallDetails.setdefault()RunStepCodeInterpreterToolCallDetails.update()RunStepCodeInterpreterToolCallDetails.values()RunStepCodeInterpreterToolCallDetails.inputRunStepCodeInterpreterToolCallDetails.outputs
RunStepCodeInterpreterToolCallOutputRunStepCodeInterpreterToolCallOutput.as_dict()RunStepCodeInterpreterToolCallOutput.clear()RunStepCodeInterpreterToolCallOutput.copy()RunStepCodeInterpreterToolCallOutput.get()RunStepCodeInterpreterToolCallOutput.items()RunStepCodeInterpreterToolCallOutput.keys()RunStepCodeInterpreterToolCallOutput.pop()RunStepCodeInterpreterToolCallOutput.popitem()RunStepCodeInterpreterToolCallOutput.setdefault()RunStepCodeInterpreterToolCallOutput.update()RunStepCodeInterpreterToolCallOutput.values()RunStepCodeInterpreterToolCallOutput.type
RunStepCompletionUsageRunStepCompletionUsage.as_dict()RunStepCompletionUsage.clear()RunStepCompletionUsage.copy()RunStepCompletionUsage.get()RunStepCompletionUsage.items()RunStepCompletionUsage.keys()RunStepCompletionUsage.pop()RunStepCompletionUsage.popitem()RunStepCompletionUsage.setdefault()RunStepCompletionUsage.update()RunStepCompletionUsage.values()RunStepCompletionUsage.completion_tokensRunStepCompletionUsage.prompt_tokensRunStepCompletionUsage.total_tokens
RunStepDeltaRunStepDeltaChunkRunStepDeltaChunk.as_dict()RunStepDeltaChunk.clear()RunStepDeltaChunk.copy()RunStepDeltaChunk.get()RunStepDeltaChunk.items()RunStepDeltaChunk.keys()RunStepDeltaChunk.pop()RunStepDeltaChunk.popitem()RunStepDeltaChunk.setdefault()RunStepDeltaChunk.update()RunStepDeltaChunk.values()RunStepDeltaChunk.deltaRunStepDeltaChunk.idRunStepDeltaChunk.object
RunStepDeltaCodeInterpreterDetailItemObjectRunStepDeltaCodeInterpreterDetailItemObject.as_dict()RunStepDeltaCodeInterpreterDetailItemObject.clear()RunStepDeltaCodeInterpreterDetailItemObject.copy()RunStepDeltaCodeInterpreterDetailItemObject.get()RunStepDeltaCodeInterpreterDetailItemObject.items()RunStepDeltaCodeInterpreterDetailItemObject.keys()RunStepDeltaCodeInterpreterDetailItemObject.pop()RunStepDeltaCodeInterpreterDetailItemObject.popitem()RunStepDeltaCodeInterpreterDetailItemObject.setdefault()RunStepDeltaCodeInterpreterDetailItemObject.update()RunStepDeltaCodeInterpreterDetailItemObject.values()RunStepDeltaCodeInterpreterDetailItemObject.inputRunStepDeltaCodeInterpreterDetailItemObject.outputs
RunStepDeltaCodeInterpreterImageOutputRunStepDeltaCodeInterpreterImageOutput.as_dict()RunStepDeltaCodeInterpreterImageOutput.clear()RunStepDeltaCodeInterpreterImageOutput.copy()RunStepDeltaCodeInterpreterImageOutput.get()RunStepDeltaCodeInterpreterImageOutput.items()RunStepDeltaCodeInterpreterImageOutput.keys()RunStepDeltaCodeInterpreterImageOutput.pop()RunStepDeltaCodeInterpreterImageOutput.popitem()RunStepDeltaCodeInterpreterImageOutput.setdefault()RunStepDeltaCodeInterpreterImageOutput.update()RunStepDeltaCodeInterpreterImageOutput.values()RunStepDeltaCodeInterpreterImageOutput.imageRunStepDeltaCodeInterpreterImageOutput.indexRunStepDeltaCodeInterpreterImageOutput.type
RunStepDeltaCodeInterpreterImageOutputObjectRunStepDeltaCodeInterpreterImageOutputObject.as_dict()RunStepDeltaCodeInterpreterImageOutputObject.clear()RunStepDeltaCodeInterpreterImageOutputObject.copy()RunStepDeltaCodeInterpreterImageOutputObject.get()RunStepDeltaCodeInterpreterImageOutputObject.items()RunStepDeltaCodeInterpreterImageOutputObject.keys()RunStepDeltaCodeInterpreterImageOutputObject.pop()RunStepDeltaCodeInterpreterImageOutputObject.popitem()RunStepDeltaCodeInterpreterImageOutputObject.setdefault()RunStepDeltaCodeInterpreterImageOutputObject.update()RunStepDeltaCodeInterpreterImageOutputObject.values()RunStepDeltaCodeInterpreterImageOutputObject.file_id
RunStepDeltaCodeInterpreterLogOutputRunStepDeltaCodeInterpreterLogOutput.as_dict()RunStepDeltaCodeInterpreterLogOutput.clear()RunStepDeltaCodeInterpreterLogOutput.copy()RunStepDeltaCodeInterpreterLogOutput.get()RunStepDeltaCodeInterpreterLogOutput.items()RunStepDeltaCodeInterpreterLogOutput.keys()RunStepDeltaCodeInterpreterLogOutput.pop()RunStepDeltaCodeInterpreterLogOutput.popitem()RunStepDeltaCodeInterpreterLogOutput.setdefault()RunStepDeltaCodeInterpreterLogOutput.update()RunStepDeltaCodeInterpreterLogOutput.values()RunStepDeltaCodeInterpreterLogOutput.indexRunStepDeltaCodeInterpreterLogOutput.logsRunStepDeltaCodeInterpreterLogOutput.type
RunStepDeltaCodeInterpreterOutputRunStepDeltaCodeInterpreterOutput.as_dict()RunStepDeltaCodeInterpreterOutput.clear()RunStepDeltaCodeInterpreterOutput.copy()RunStepDeltaCodeInterpreterOutput.get()RunStepDeltaCodeInterpreterOutput.items()RunStepDeltaCodeInterpreterOutput.keys()RunStepDeltaCodeInterpreterOutput.pop()RunStepDeltaCodeInterpreterOutput.popitem()RunStepDeltaCodeInterpreterOutput.setdefault()RunStepDeltaCodeInterpreterOutput.update()RunStepDeltaCodeInterpreterOutput.values()RunStepDeltaCodeInterpreterOutput.indexRunStepDeltaCodeInterpreterOutput.type
RunStepDeltaCodeInterpreterToolCallRunStepDeltaCodeInterpreterToolCall.as_dict()RunStepDeltaCodeInterpreterToolCall.clear()RunStepDeltaCodeInterpreterToolCall.copy()RunStepDeltaCodeInterpreterToolCall.get()RunStepDeltaCodeInterpreterToolCall.items()RunStepDeltaCodeInterpreterToolCall.keys()RunStepDeltaCodeInterpreterToolCall.pop()RunStepDeltaCodeInterpreterToolCall.popitem()RunStepDeltaCodeInterpreterToolCall.setdefault()RunStepDeltaCodeInterpreterToolCall.update()RunStepDeltaCodeInterpreterToolCall.values()RunStepDeltaCodeInterpreterToolCall.code_interpreterRunStepDeltaCodeInterpreterToolCall.idRunStepDeltaCodeInterpreterToolCall.indexRunStepDeltaCodeInterpreterToolCall.type
RunStepDeltaDetailRunStepDeltaDetail.as_dict()RunStepDeltaDetail.clear()RunStepDeltaDetail.copy()RunStepDeltaDetail.get()RunStepDeltaDetail.items()RunStepDeltaDetail.keys()RunStepDeltaDetail.pop()RunStepDeltaDetail.popitem()RunStepDeltaDetail.setdefault()RunStepDeltaDetail.update()RunStepDeltaDetail.values()RunStepDeltaDetail.type
RunStepDeltaFileSearchToolCallRunStepDeltaFileSearchToolCall.as_dict()RunStepDeltaFileSearchToolCall.clear()RunStepDeltaFileSearchToolCall.copy()RunStepDeltaFileSearchToolCall.get()RunStepDeltaFileSearchToolCall.items()RunStepDeltaFileSearchToolCall.keys()RunStepDeltaFileSearchToolCall.pop()RunStepDeltaFileSearchToolCall.popitem()RunStepDeltaFileSearchToolCall.setdefault()RunStepDeltaFileSearchToolCall.update()RunStepDeltaFileSearchToolCall.values()RunStepDeltaFileSearchToolCall.file_searchRunStepDeltaFileSearchToolCall.idRunStepDeltaFileSearchToolCall.indexRunStepDeltaFileSearchToolCall.type
RunStepDeltaFunctionRunStepDeltaFunction.as_dict()RunStepDeltaFunction.clear()RunStepDeltaFunction.copy()RunStepDeltaFunction.get()RunStepDeltaFunction.items()RunStepDeltaFunction.keys()RunStepDeltaFunction.pop()RunStepDeltaFunction.popitem()RunStepDeltaFunction.setdefault()RunStepDeltaFunction.update()RunStepDeltaFunction.values()RunStepDeltaFunction.argumentsRunStepDeltaFunction.nameRunStepDeltaFunction.output
RunStepDeltaFunctionToolCallRunStepDeltaFunctionToolCall.as_dict()RunStepDeltaFunctionToolCall.clear()RunStepDeltaFunctionToolCall.copy()RunStepDeltaFunctionToolCall.get()RunStepDeltaFunctionToolCall.items()RunStepDeltaFunctionToolCall.keys()RunStepDeltaFunctionToolCall.pop()RunStepDeltaFunctionToolCall.popitem()RunStepDeltaFunctionToolCall.setdefault()RunStepDeltaFunctionToolCall.update()RunStepDeltaFunctionToolCall.values()RunStepDeltaFunctionToolCall.functionRunStepDeltaFunctionToolCall.idRunStepDeltaFunctionToolCall.indexRunStepDeltaFunctionToolCall.type
RunStepDeltaMessageCreationRunStepDeltaMessageCreation.as_dict()RunStepDeltaMessageCreation.clear()RunStepDeltaMessageCreation.copy()RunStepDeltaMessageCreation.get()RunStepDeltaMessageCreation.items()RunStepDeltaMessageCreation.keys()RunStepDeltaMessageCreation.pop()RunStepDeltaMessageCreation.popitem()RunStepDeltaMessageCreation.setdefault()RunStepDeltaMessageCreation.update()RunStepDeltaMessageCreation.values()RunStepDeltaMessageCreation.message_creationRunStepDeltaMessageCreation.type
RunStepDeltaMessageCreationObjectRunStepDeltaMessageCreationObject.as_dict()RunStepDeltaMessageCreationObject.clear()RunStepDeltaMessageCreationObject.copy()RunStepDeltaMessageCreationObject.get()RunStepDeltaMessageCreationObject.items()RunStepDeltaMessageCreationObject.keys()RunStepDeltaMessageCreationObject.pop()RunStepDeltaMessageCreationObject.popitem()RunStepDeltaMessageCreationObject.setdefault()RunStepDeltaMessageCreationObject.update()RunStepDeltaMessageCreationObject.values()RunStepDeltaMessageCreationObject.message_id
RunStepDeltaToolCallRunStepDeltaToolCall.as_dict()RunStepDeltaToolCall.clear()RunStepDeltaToolCall.copy()RunStepDeltaToolCall.get()RunStepDeltaToolCall.items()RunStepDeltaToolCall.keys()RunStepDeltaToolCall.pop()RunStepDeltaToolCall.popitem()RunStepDeltaToolCall.setdefault()RunStepDeltaToolCall.update()RunStepDeltaToolCall.values()RunStepDeltaToolCall.idRunStepDeltaToolCall.indexRunStepDeltaToolCall.type
RunStepDeltaToolCallObjectRunStepDeltaToolCallObject.as_dict()RunStepDeltaToolCallObject.clear()RunStepDeltaToolCallObject.copy()RunStepDeltaToolCallObject.get()RunStepDeltaToolCallObject.items()RunStepDeltaToolCallObject.keys()RunStepDeltaToolCallObject.pop()RunStepDeltaToolCallObject.popitem()RunStepDeltaToolCallObject.setdefault()RunStepDeltaToolCallObject.update()RunStepDeltaToolCallObject.values()RunStepDeltaToolCallObject.tool_callsRunStepDeltaToolCallObject.type
RunStepDetailsRunStepErrorRunStepErrorCodeRunStepErrorCode.capitalize()RunStepErrorCode.casefold()RunStepErrorCode.center()RunStepErrorCode.count()RunStepErrorCode.encode()RunStepErrorCode.endswith()RunStepErrorCode.expandtabs()RunStepErrorCode.find()RunStepErrorCode.format()RunStepErrorCode.format_map()RunStepErrorCode.index()RunStepErrorCode.isalnum()RunStepErrorCode.isalpha()RunStepErrorCode.isascii()RunStepErrorCode.isdecimal()RunStepErrorCode.isdigit()RunStepErrorCode.isidentifier()RunStepErrorCode.islower()RunStepErrorCode.isnumeric()RunStepErrorCode.isprintable()RunStepErrorCode.isspace()RunStepErrorCode.istitle()RunStepErrorCode.isupper()RunStepErrorCode.join()RunStepErrorCode.ljust()RunStepErrorCode.lower()RunStepErrorCode.lstrip()RunStepErrorCode.maketrans()RunStepErrorCode.partition()RunStepErrorCode.removeprefix()RunStepErrorCode.removesuffix()RunStepErrorCode.replace()RunStepErrorCode.rfind()RunStepErrorCode.rindex()RunStepErrorCode.rjust()RunStepErrorCode.rpartition()RunStepErrorCode.rsplit()RunStepErrorCode.rstrip()RunStepErrorCode.split()RunStepErrorCode.splitlines()RunStepErrorCode.startswith()RunStepErrorCode.strip()RunStepErrorCode.swapcase()RunStepErrorCode.title()RunStepErrorCode.translate()RunStepErrorCode.upper()RunStepErrorCode.zfill()RunStepErrorCode.RATE_LIMIT_EXCEEDEDRunStepErrorCode.SERVER_ERROR
RunStepFileSearchToolCallRunStepFileSearchToolCall.as_dict()RunStepFileSearchToolCall.clear()RunStepFileSearchToolCall.copy()RunStepFileSearchToolCall.get()RunStepFileSearchToolCall.items()RunStepFileSearchToolCall.keys()RunStepFileSearchToolCall.pop()RunStepFileSearchToolCall.popitem()RunStepFileSearchToolCall.setdefault()RunStepFileSearchToolCall.update()RunStepFileSearchToolCall.values()RunStepFileSearchToolCall.file_searchRunStepFileSearchToolCall.idRunStepFileSearchToolCall.type
RunStepFileSearchToolCallResultRunStepFileSearchToolCallResult.as_dict()RunStepFileSearchToolCallResult.clear()RunStepFileSearchToolCallResult.copy()RunStepFileSearchToolCallResult.get()RunStepFileSearchToolCallResult.items()RunStepFileSearchToolCallResult.keys()RunStepFileSearchToolCallResult.pop()RunStepFileSearchToolCallResult.popitem()RunStepFileSearchToolCallResult.setdefault()RunStepFileSearchToolCallResult.update()RunStepFileSearchToolCallResult.values()RunStepFileSearchToolCallResult.contentRunStepFileSearchToolCallResult.file_idRunStepFileSearchToolCallResult.file_nameRunStepFileSearchToolCallResult.score
RunStepFileSearchToolCallResultsRunStepFileSearchToolCallResults.as_dict()RunStepFileSearchToolCallResults.clear()RunStepFileSearchToolCallResults.copy()RunStepFileSearchToolCallResults.get()RunStepFileSearchToolCallResults.items()RunStepFileSearchToolCallResults.keys()RunStepFileSearchToolCallResults.pop()RunStepFileSearchToolCallResults.popitem()RunStepFileSearchToolCallResults.setdefault()RunStepFileSearchToolCallResults.update()RunStepFileSearchToolCallResults.values()RunStepFileSearchToolCallResults.ranking_optionsRunStepFileSearchToolCallResults.results
RunStepFunctionToolCallRunStepFunctionToolCall.as_dict()RunStepFunctionToolCall.clear()RunStepFunctionToolCall.copy()RunStepFunctionToolCall.get()RunStepFunctionToolCall.items()RunStepFunctionToolCall.keys()RunStepFunctionToolCall.pop()RunStepFunctionToolCall.popitem()RunStepFunctionToolCall.setdefault()RunStepFunctionToolCall.update()RunStepFunctionToolCall.values()RunStepFunctionToolCall.functionRunStepFunctionToolCall.idRunStepFunctionToolCall.type
RunStepFunctionToolCallDetailsRunStepFunctionToolCallDetails.as_dict()RunStepFunctionToolCallDetails.clear()RunStepFunctionToolCallDetails.copy()RunStepFunctionToolCallDetails.get()RunStepFunctionToolCallDetails.items()RunStepFunctionToolCallDetails.keys()RunStepFunctionToolCallDetails.pop()RunStepFunctionToolCallDetails.popitem()RunStepFunctionToolCallDetails.setdefault()RunStepFunctionToolCallDetails.update()RunStepFunctionToolCallDetails.values()RunStepFunctionToolCallDetails.argumentsRunStepFunctionToolCallDetails.nameRunStepFunctionToolCallDetails.output
RunStepMessageCreationDetailsRunStepMessageCreationDetails.as_dict()RunStepMessageCreationDetails.clear()RunStepMessageCreationDetails.copy()RunStepMessageCreationDetails.get()RunStepMessageCreationDetails.items()RunStepMessageCreationDetails.keys()RunStepMessageCreationDetails.pop()RunStepMessageCreationDetails.popitem()RunStepMessageCreationDetails.setdefault()RunStepMessageCreationDetails.update()RunStepMessageCreationDetails.values()RunStepMessageCreationDetails.message_creationRunStepMessageCreationDetails.type
RunStepMessageCreationReferenceRunStepMessageCreationReference.as_dict()RunStepMessageCreationReference.clear()RunStepMessageCreationReference.copy()RunStepMessageCreationReference.get()RunStepMessageCreationReference.items()RunStepMessageCreationReference.keys()RunStepMessageCreationReference.pop()RunStepMessageCreationReference.popitem()RunStepMessageCreationReference.setdefault()RunStepMessageCreationReference.update()RunStepMessageCreationReference.values()RunStepMessageCreationReference.message_id
RunStepMicrosoftFabricToolCallRunStepMicrosoftFabricToolCall.as_dict()RunStepMicrosoftFabricToolCall.clear()RunStepMicrosoftFabricToolCall.copy()RunStepMicrosoftFabricToolCall.get()RunStepMicrosoftFabricToolCall.items()RunStepMicrosoftFabricToolCall.keys()RunStepMicrosoftFabricToolCall.pop()RunStepMicrosoftFabricToolCall.popitem()RunStepMicrosoftFabricToolCall.setdefault()RunStepMicrosoftFabricToolCall.update()RunStepMicrosoftFabricToolCall.values()RunStepMicrosoftFabricToolCall.idRunStepMicrosoftFabricToolCall.microsoft_fabricRunStepMicrosoftFabricToolCall.type
RunStepSharepointToolCallRunStepSharepointToolCall.as_dict()RunStepSharepointToolCall.clear()RunStepSharepointToolCall.copy()RunStepSharepointToolCall.get()RunStepSharepointToolCall.items()RunStepSharepointToolCall.keys()RunStepSharepointToolCall.pop()RunStepSharepointToolCall.popitem()RunStepSharepointToolCall.setdefault()RunStepSharepointToolCall.update()RunStepSharepointToolCall.values()RunStepSharepointToolCall.idRunStepSharepointToolCall.share_pointRunStepSharepointToolCall.type
RunStepStatusRunStepStatus.capitalize()RunStepStatus.casefold()RunStepStatus.center()RunStepStatus.count()RunStepStatus.encode()RunStepStatus.endswith()RunStepStatus.expandtabs()RunStepStatus.find()RunStepStatus.format()RunStepStatus.format_map()RunStepStatus.index()RunStepStatus.isalnum()RunStepStatus.isalpha()RunStepStatus.isascii()RunStepStatus.isdecimal()RunStepStatus.isdigit()RunStepStatus.isidentifier()RunStepStatus.islower()RunStepStatus.isnumeric()RunStepStatus.isprintable()RunStepStatus.isspace()RunStepStatus.istitle()RunStepStatus.isupper()RunStepStatus.join()RunStepStatus.ljust()RunStepStatus.lower()RunStepStatus.lstrip()RunStepStatus.maketrans()RunStepStatus.partition()RunStepStatus.removeprefix()RunStepStatus.removesuffix()RunStepStatus.replace()RunStepStatus.rfind()RunStepStatus.rindex()RunStepStatus.rjust()RunStepStatus.rpartition()RunStepStatus.rsplit()RunStepStatus.rstrip()RunStepStatus.split()RunStepStatus.splitlines()RunStepStatus.startswith()RunStepStatus.strip()RunStepStatus.swapcase()RunStepStatus.title()RunStepStatus.translate()RunStepStatus.upper()RunStepStatus.zfill()RunStepStatus.CANCELLEDRunStepStatus.COMPLETEDRunStepStatus.EXPIREDRunStepStatus.FAILEDRunStepStatus.IN_PROGRESS
RunStepStreamEventRunStepStreamEvent.capitalize()RunStepStreamEvent.casefold()RunStepStreamEvent.center()RunStepStreamEvent.count()RunStepStreamEvent.encode()RunStepStreamEvent.endswith()RunStepStreamEvent.expandtabs()RunStepStreamEvent.find()RunStepStreamEvent.format()RunStepStreamEvent.format_map()RunStepStreamEvent.index()RunStepStreamEvent.isalnum()RunStepStreamEvent.isalpha()RunStepStreamEvent.isascii()RunStepStreamEvent.isdecimal()RunStepStreamEvent.isdigit()RunStepStreamEvent.isidentifier()RunStepStreamEvent.islower()RunStepStreamEvent.isnumeric()RunStepStreamEvent.isprintable()RunStepStreamEvent.isspace()RunStepStreamEvent.istitle()RunStepStreamEvent.isupper()RunStepStreamEvent.join()RunStepStreamEvent.ljust()RunStepStreamEvent.lower()RunStepStreamEvent.lstrip()RunStepStreamEvent.maketrans()RunStepStreamEvent.partition()RunStepStreamEvent.removeprefix()RunStepStreamEvent.removesuffix()RunStepStreamEvent.replace()RunStepStreamEvent.rfind()RunStepStreamEvent.rindex()RunStepStreamEvent.rjust()RunStepStreamEvent.rpartition()RunStepStreamEvent.rsplit()RunStepStreamEvent.rstrip()RunStepStreamEvent.split()RunStepStreamEvent.splitlines()RunStepStreamEvent.startswith()RunStepStreamEvent.strip()RunStepStreamEvent.swapcase()RunStepStreamEvent.title()RunStepStreamEvent.translate()RunStepStreamEvent.upper()RunStepStreamEvent.zfill()RunStepStreamEvent.THREAD_RUN_STEP_CANCELLEDRunStepStreamEvent.THREAD_RUN_STEP_COMPLETEDRunStepStreamEvent.THREAD_RUN_STEP_CREATEDRunStepStreamEvent.THREAD_RUN_STEP_DELTARunStepStreamEvent.THREAD_RUN_STEP_EXPIREDRunStepStreamEvent.THREAD_RUN_STEP_FAILEDRunStepStreamEvent.THREAD_RUN_STEP_IN_PROGRESS
RunStepToolCallRunStepToolCall.as_dict()RunStepToolCall.clear()RunStepToolCall.copy()RunStepToolCall.get()RunStepToolCall.items()RunStepToolCall.keys()RunStepToolCall.pop()RunStepToolCall.popitem()RunStepToolCall.setdefault()RunStepToolCall.update()RunStepToolCall.values()RunStepToolCall.idRunStepToolCall.type
RunStepToolCallDetailsRunStepToolCallDetails.as_dict()RunStepToolCallDetails.clear()RunStepToolCallDetails.copy()RunStepToolCallDetails.get()RunStepToolCallDetails.items()RunStepToolCallDetails.keys()RunStepToolCallDetails.pop()RunStepToolCallDetails.popitem()RunStepToolCallDetails.setdefault()RunStepToolCallDetails.update()RunStepToolCallDetails.values()RunStepToolCallDetails.tool_callsRunStepToolCallDetails.type
RunStepTypeRunStepType.capitalize()RunStepType.casefold()RunStepType.center()RunStepType.count()RunStepType.encode()RunStepType.endswith()RunStepType.expandtabs()RunStepType.find()RunStepType.format()RunStepType.format_map()RunStepType.index()RunStepType.isalnum()RunStepType.isalpha()RunStepType.isascii()RunStepType.isdecimal()RunStepType.isdigit()RunStepType.isidentifier()RunStepType.islower()RunStepType.isnumeric()RunStepType.isprintable()RunStepType.isspace()RunStepType.istitle()RunStepType.isupper()RunStepType.join()RunStepType.ljust()RunStepType.lower()RunStepType.lstrip()RunStepType.maketrans()RunStepType.partition()RunStepType.removeprefix()RunStepType.removesuffix()RunStepType.replace()RunStepType.rfind()RunStepType.rindex()RunStepType.rjust()RunStepType.rpartition()RunStepType.rsplit()RunStepType.rstrip()RunStepType.split()RunStepType.splitlines()RunStepType.startswith()RunStepType.strip()RunStepType.swapcase()RunStepType.title()RunStepType.translate()RunStepType.upper()RunStepType.zfill()RunStepType.MESSAGE_CREATIONRunStepType.TOOL_CALLS
RunStreamEventRunStreamEvent.capitalize()RunStreamEvent.casefold()RunStreamEvent.center()RunStreamEvent.count()RunStreamEvent.encode()RunStreamEvent.endswith()RunStreamEvent.expandtabs()RunStreamEvent.find()RunStreamEvent.format()RunStreamEvent.format_map()RunStreamEvent.index()RunStreamEvent.isalnum()RunStreamEvent.isalpha()RunStreamEvent.isascii()RunStreamEvent.isdecimal()RunStreamEvent.isdigit()RunStreamEvent.isidentifier()RunStreamEvent.islower()RunStreamEvent.isnumeric()RunStreamEvent.isprintable()RunStreamEvent.isspace()RunStreamEvent.istitle()RunStreamEvent.isupper()RunStreamEvent.join()RunStreamEvent.ljust()RunStreamEvent.lower()RunStreamEvent.lstrip()RunStreamEvent.maketrans()RunStreamEvent.partition()RunStreamEvent.removeprefix()RunStreamEvent.removesuffix()RunStreamEvent.replace()RunStreamEvent.rfind()RunStreamEvent.rindex()RunStreamEvent.rjust()RunStreamEvent.rpartition()RunStreamEvent.rsplit()RunStreamEvent.rstrip()RunStreamEvent.split()RunStreamEvent.splitlines()RunStreamEvent.startswith()RunStreamEvent.strip()RunStreamEvent.swapcase()RunStreamEvent.title()RunStreamEvent.translate()RunStreamEvent.upper()RunStreamEvent.zfill()RunStreamEvent.THREAD_RUN_CANCELLEDRunStreamEvent.THREAD_RUN_CANCELLINGRunStreamEvent.THREAD_RUN_COMPLETEDRunStreamEvent.THREAD_RUN_CREATEDRunStreamEvent.THREAD_RUN_EXPIREDRunStreamEvent.THREAD_RUN_FAILEDRunStreamEvent.THREAD_RUN_INCOMPLETERunStreamEvent.THREAD_RUN_IN_PROGRESSRunStreamEvent.THREAD_RUN_QUEUEDRunStreamEvent.THREAD_RUN_REQUIRES_ACTION
SASTokenCredentialSharepointToolSharepointToolDefinitionSharepointToolDefinition.as_dict()SharepointToolDefinition.clear()SharepointToolDefinition.copy()SharepointToolDefinition.get()SharepointToolDefinition.items()SharepointToolDefinition.keys()SharepointToolDefinition.pop()SharepointToolDefinition.popitem()SharepointToolDefinition.setdefault()SharepointToolDefinition.update()SharepointToolDefinition.values()SharepointToolDefinition.sharepoint_groundingSharepointToolDefinition.type
SubmitToolOutputsActionSubmitToolOutputsAction.as_dict()SubmitToolOutputsAction.clear()SubmitToolOutputsAction.copy()SubmitToolOutputsAction.get()SubmitToolOutputsAction.items()SubmitToolOutputsAction.keys()SubmitToolOutputsAction.pop()SubmitToolOutputsAction.popitem()SubmitToolOutputsAction.setdefault()SubmitToolOutputsAction.update()SubmitToolOutputsAction.values()SubmitToolOutputsAction.submit_tool_outputsSubmitToolOutputsAction.type
SubmitToolOutputsDetailsSubmitToolOutputsDetails.as_dict()SubmitToolOutputsDetails.clear()SubmitToolOutputsDetails.copy()SubmitToolOutputsDetails.get()SubmitToolOutputsDetails.items()SubmitToolOutputsDetails.keys()SubmitToolOutputsDetails.pop()SubmitToolOutputsDetails.popitem()SubmitToolOutputsDetails.setdefault()SubmitToolOutputsDetails.update()SubmitToolOutputsDetails.values()SubmitToolOutputsDetails.tool_calls
SystemDataSystemData.as_dict()SystemData.clear()SystemData.copy()SystemData.get()SystemData.items()SystemData.keys()SystemData.pop()SystemData.popitem()SystemData.setdefault()SystemData.update()SystemData.values()SystemData.created_atSystemData.created_bySystemData.created_by_typeSystemData.last_modified_at
ThreadDeletionStatusThreadDeletionStatus.as_dict()ThreadDeletionStatus.clear()ThreadDeletionStatus.copy()ThreadDeletionStatus.get()ThreadDeletionStatus.items()ThreadDeletionStatus.keys()ThreadDeletionStatus.pop()ThreadDeletionStatus.popitem()ThreadDeletionStatus.setdefault()ThreadDeletionStatus.update()ThreadDeletionStatus.values()ThreadDeletionStatus.deletedThreadDeletionStatus.idThreadDeletionStatus.object
ThreadMessageThreadMessage.as_dict()ThreadMessage.clear()ThreadMessage.copy()ThreadMessage.get()ThreadMessage.items()ThreadMessage.keys()ThreadMessage.pop()ThreadMessage.popitem()ThreadMessage.setdefault()ThreadMessage.update()ThreadMessage.values()ThreadMessage.assistant_idThreadMessage.attachmentsThreadMessage.completed_atThreadMessage.contentThreadMessage.created_atThreadMessage.file_citation_annotationsThreadMessage.file_path_annotationsThreadMessage.idThreadMessage.image_contentsThreadMessage.incomplete_atThreadMessage.incomplete_detailsThreadMessage.metadataThreadMessage.objectThreadMessage.roleThreadMessage.run_idThreadMessage.statusThreadMessage.text_messagesThreadMessage.thread_id
ThreadMessageOptionsThreadMessageOptions.as_dict()ThreadMessageOptions.clear()ThreadMessageOptions.copy()ThreadMessageOptions.get()ThreadMessageOptions.items()ThreadMessageOptions.keys()ThreadMessageOptions.pop()ThreadMessageOptions.popitem()ThreadMessageOptions.setdefault()ThreadMessageOptions.update()ThreadMessageOptions.values()ThreadMessageOptions.attachmentsThreadMessageOptions.contentThreadMessageOptions.metadataThreadMessageOptions.role
ThreadRunThreadRun.as_dict()ThreadRun.clear()ThreadRun.copy()ThreadRun.get()ThreadRun.items()ThreadRun.keys()ThreadRun.pop()ThreadRun.popitem()ThreadRun.setdefault()ThreadRun.update()ThreadRun.values()ThreadRun.assistant_idThreadRun.cancelled_atThreadRun.completed_atThreadRun.created_atThreadRun.expires_atThreadRun.failed_atThreadRun.idThreadRun.incomplete_detailsThreadRun.instructionsThreadRun.last_errorThreadRun.max_completion_tokensThreadRun.max_prompt_tokensThreadRun.metadataThreadRun.modelThreadRun.objectThreadRun.parallel_tool_callsThreadRun.required_actionThreadRun.response_formatThreadRun.started_atThreadRun.statusThreadRun.temperatureThreadRun.thread_idThreadRun.tool_choiceThreadRun.tool_resourcesThreadRun.toolsThreadRun.top_pThreadRun.truncation_strategyThreadRun.usage
ThreadStreamEventThreadStreamEvent.capitalize()ThreadStreamEvent.casefold()ThreadStreamEvent.center()ThreadStreamEvent.count()ThreadStreamEvent.encode()ThreadStreamEvent.endswith()ThreadStreamEvent.expandtabs()ThreadStreamEvent.find()ThreadStreamEvent.format()ThreadStreamEvent.format_map()ThreadStreamEvent.index()ThreadStreamEvent.isalnum()ThreadStreamEvent.isalpha()ThreadStreamEvent.isascii()ThreadStreamEvent.isdecimal()ThreadStreamEvent.isdigit()ThreadStreamEvent.isidentifier()ThreadStreamEvent.islower()ThreadStreamEvent.isnumeric()ThreadStreamEvent.isprintable()ThreadStreamEvent.isspace()ThreadStreamEvent.istitle()ThreadStreamEvent.isupper()ThreadStreamEvent.join()ThreadStreamEvent.ljust()ThreadStreamEvent.lower()ThreadStreamEvent.lstrip()ThreadStreamEvent.maketrans()ThreadStreamEvent.partition()ThreadStreamEvent.removeprefix()ThreadStreamEvent.removesuffix()ThreadStreamEvent.replace()ThreadStreamEvent.rfind()ThreadStreamEvent.rindex()ThreadStreamEvent.rjust()ThreadStreamEvent.rpartition()ThreadStreamEvent.rsplit()ThreadStreamEvent.rstrip()ThreadStreamEvent.split()ThreadStreamEvent.splitlines()ThreadStreamEvent.startswith()ThreadStreamEvent.strip()ThreadStreamEvent.swapcase()ThreadStreamEvent.title()ThreadStreamEvent.translate()ThreadStreamEvent.upper()ThreadStreamEvent.zfill()ThreadStreamEvent.THREAD_CREATED
ToolToolConnectionToolConnectionListToolConnectionList.as_dict()ToolConnectionList.clear()ToolConnectionList.copy()ToolConnectionList.get()ToolConnectionList.items()ToolConnectionList.keys()ToolConnectionList.pop()ToolConnectionList.popitem()ToolConnectionList.setdefault()ToolConnectionList.update()ToolConnectionList.values()ToolConnectionList.connection_list
ToolDefinitionToolOutputToolResourcesToolResources.as_dict()ToolResources.clear()ToolResources.copy()ToolResources.get()ToolResources.items()ToolResources.keys()ToolResources.pop()ToolResources.popitem()ToolResources.setdefault()ToolResources.update()ToolResources.values()ToolResources.azure_ai_searchToolResources.code_interpreterToolResources.file_search
ToolSetTriggerTruncationObjectTruncationObject.as_dict()TruncationObject.clear()TruncationObject.copy()TruncationObject.get()TruncationObject.items()TruncationObject.keys()TruncationObject.pop()TruncationObject.popitem()TruncationObject.setdefault()TruncationObject.update()TruncationObject.values()TruncationObject.last_messagesTruncationObject.type
TruncationStrategyTruncationStrategy.capitalize()TruncationStrategy.casefold()TruncationStrategy.center()TruncationStrategy.count()TruncationStrategy.encode()TruncationStrategy.endswith()TruncationStrategy.expandtabs()TruncationStrategy.find()TruncationStrategy.format()TruncationStrategy.format_map()TruncationStrategy.index()TruncationStrategy.isalnum()TruncationStrategy.isalpha()TruncationStrategy.isascii()TruncationStrategy.isdecimal()TruncationStrategy.isdigit()TruncationStrategy.isidentifier()TruncationStrategy.islower()TruncationStrategy.isnumeric()TruncationStrategy.isprintable()TruncationStrategy.isspace()TruncationStrategy.istitle()TruncationStrategy.isupper()TruncationStrategy.join()TruncationStrategy.ljust()TruncationStrategy.lower()TruncationStrategy.lstrip()TruncationStrategy.maketrans()TruncationStrategy.partition()TruncationStrategy.removeprefix()TruncationStrategy.removesuffix()TruncationStrategy.replace()TruncationStrategy.rfind()TruncationStrategy.rindex()TruncationStrategy.rjust()TruncationStrategy.rpartition()TruncationStrategy.rsplit()TruncationStrategy.rstrip()TruncationStrategy.split()TruncationStrategy.splitlines()TruncationStrategy.startswith()TruncationStrategy.strip()TruncationStrategy.swapcase()TruncationStrategy.title()TruncationStrategy.translate()TruncationStrategy.upper()TruncationStrategy.zfill()TruncationStrategy.AUTOTruncationStrategy.LAST_MESSAGES
UpdateCodeInterpreterToolResourceOptionsUpdateCodeInterpreterToolResourceOptions.as_dict()UpdateCodeInterpreterToolResourceOptions.clear()UpdateCodeInterpreterToolResourceOptions.copy()UpdateCodeInterpreterToolResourceOptions.get()UpdateCodeInterpreterToolResourceOptions.items()UpdateCodeInterpreterToolResourceOptions.keys()UpdateCodeInterpreterToolResourceOptions.pop()UpdateCodeInterpreterToolResourceOptions.popitem()UpdateCodeInterpreterToolResourceOptions.setdefault()UpdateCodeInterpreterToolResourceOptions.update()UpdateCodeInterpreterToolResourceOptions.values()UpdateCodeInterpreterToolResourceOptions.file_ids
UpdateFileSearchToolResourceOptionsUpdateFileSearchToolResourceOptions.as_dict()UpdateFileSearchToolResourceOptions.clear()UpdateFileSearchToolResourceOptions.copy()UpdateFileSearchToolResourceOptions.get()UpdateFileSearchToolResourceOptions.items()UpdateFileSearchToolResourceOptions.keys()UpdateFileSearchToolResourceOptions.pop()UpdateFileSearchToolResourceOptions.popitem()UpdateFileSearchToolResourceOptions.setdefault()UpdateFileSearchToolResourceOptions.update()UpdateFileSearchToolResourceOptions.values()UpdateFileSearchToolResourceOptions.vector_store_ids
UpdateToolResourcesOptionsUpdateToolResourcesOptions.as_dict()UpdateToolResourcesOptions.clear()UpdateToolResourcesOptions.copy()UpdateToolResourcesOptions.get()UpdateToolResourcesOptions.items()UpdateToolResourcesOptions.keys()UpdateToolResourcesOptions.pop()UpdateToolResourcesOptions.popitem()UpdateToolResourcesOptions.setdefault()UpdateToolResourcesOptions.update()UpdateToolResourcesOptions.values()UpdateToolResourcesOptions.azure_ai_searchUpdateToolResourcesOptions.code_interpreterUpdateToolResourcesOptions.file_search
VectorStoreVectorStore.as_dict()VectorStore.clear()VectorStore.copy()VectorStore.get()VectorStore.items()VectorStore.keys()VectorStore.pop()VectorStore.popitem()VectorStore.setdefault()VectorStore.update()VectorStore.values()VectorStore.created_atVectorStore.expires_afterVectorStore.expires_atVectorStore.file_countsVectorStore.idVectorStore.last_active_atVectorStore.metadataVectorStore.nameVectorStore.objectVectorStore.statusVectorStore.usage_bytes
VectorStoreAutoChunkingStrategyRequestVectorStoreAutoChunkingStrategyRequest.as_dict()VectorStoreAutoChunkingStrategyRequest.clear()VectorStoreAutoChunkingStrategyRequest.copy()VectorStoreAutoChunkingStrategyRequest.get()VectorStoreAutoChunkingStrategyRequest.items()VectorStoreAutoChunkingStrategyRequest.keys()VectorStoreAutoChunkingStrategyRequest.pop()VectorStoreAutoChunkingStrategyRequest.popitem()VectorStoreAutoChunkingStrategyRequest.setdefault()VectorStoreAutoChunkingStrategyRequest.update()VectorStoreAutoChunkingStrategyRequest.values()VectorStoreAutoChunkingStrategyRequest.type
VectorStoreAutoChunkingStrategyResponseVectorStoreAutoChunkingStrategyResponse.as_dict()VectorStoreAutoChunkingStrategyResponse.clear()VectorStoreAutoChunkingStrategyResponse.copy()VectorStoreAutoChunkingStrategyResponse.get()VectorStoreAutoChunkingStrategyResponse.items()VectorStoreAutoChunkingStrategyResponse.keys()VectorStoreAutoChunkingStrategyResponse.pop()VectorStoreAutoChunkingStrategyResponse.popitem()VectorStoreAutoChunkingStrategyResponse.setdefault()VectorStoreAutoChunkingStrategyResponse.update()VectorStoreAutoChunkingStrategyResponse.values()VectorStoreAutoChunkingStrategyResponse.type
VectorStoreChunkingStrategyRequestVectorStoreChunkingStrategyRequest.as_dict()VectorStoreChunkingStrategyRequest.clear()VectorStoreChunkingStrategyRequest.copy()VectorStoreChunkingStrategyRequest.get()VectorStoreChunkingStrategyRequest.items()VectorStoreChunkingStrategyRequest.keys()VectorStoreChunkingStrategyRequest.pop()VectorStoreChunkingStrategyRequest.popitem()VectorStoreChunkingStrategyRequest.setdefault()VectorStoreChunkingStrategyRequest.update()VectorStoreChunkingStrategyRequest.values()VectorStoreChunkingStrategyRequest.type
VectorStoreChunkingStrategyRequestTypeVectorStoreChunkingStrategyRequestType.capitalize()VectorStoreChunkingStrategyRequestType.casefold()VectorStoreChunkingStrategyRequestType.center()VectorStoreChunkingStrategyRequestType.count()VectorStoreChunkingStrategyRequestType.encode()VectorStoreChunkingStrategyRequestType.endswith()VectorStoreChunkingStrategyRequestType.expandtabs()VectorStoreChunkingStrategyRequestType.find()VectorStoreChunkingStrategyRequestType.format()VectorStoreChunkingStrategyRequestType.format_map()VectorStoreChunkingStrategyRequestType.index()VectorStoreChunkingStrategyRequestType.isalnum()VectorStoreChunkingStrategyRequestType.isalpha()VectorStoreChunkingStrategyRequestType.isascii()VectorStoreChunkingStrategyRequestType.isdecimal()VectorStoreChunkingStrategyRequestType.isdigit()VectorStoreChunkingStrategyRequestType.isidentifier()VectorStoreChunkingStrategyRequestType.islower()VectorStoreChunkingStrategyRequestType.isnumeric()VectorStoreChunkingStrategyRequestType.isprintable()VectorStoreChunkingStrategyRequestType.isspace()VectorStoreChunkingStrategyRequestType.istitle()VectorStoreChunkingStrategyRequestType.isupper()VectorStoreChunkingStrategyRequestType.join()VectorStoreChunkingStrategyRequestType.ljust()VectorStoreChunkingStrategyRequestType.lower()VectorStoreChunkingStrategyRequestType.lstrip()VectorStoreChunkingStrategyRequestType.maketrans()VectorStoreChunkingStrategyRequestType.partition()VectorStoreChunkingStrategyRequestType.removeprefix()VectorStoreChunkingStrategyRequestType.removesuffix()VectorStoreChunkingStrategyRequestType.replace()VectorStoreChunkingStrategyRequestType.rfind()VectorStoreChunkingStrategyRequestType.rindex()VectorStoreChunkingStrategyRequestType.rjust()VectorStoreChunkingStrategyRequestType.rpartition()VectorStoreChunkingStrategyRequestType.rsplit()VectorStoreChunkingStrategyRequestType.rstrip()VectorStoreChunkingStrategyRequestType.split()VectorStoreChunkingStrategyRequestType.splitlines()VectorStoreChunkingStrategyRequestType.startswith()VectorStoreChunkingStrategyRequestType.strip()VectorStoreChunkingStrategyRequestType.swapcase()VectorStoreChunkingStrategyRequestType.title()VectorStoreChunkingStrategyRequestType.translate()VectorStoreChunkingStrategyRequestType.upper()VectorStoreChunkingStrategyRequestType.zfill()VectorStoreChunkingStrategyRequestType.AUTOVectorStoreChunkingStrategyRequestType.STATIC
VectorStoreChunkingStrategyResponseVectorStoreChunkingStrategyResponse.as_dict()VectorStoreChunkingStrategyResponse.clear()VectorStoreChunkingStrategyResponse.copy()VectorStoreChunkingStrategyResponse.get()VectorStoreChunkingStrategyResponse.items()VectorStoreChunkingStrategyResponse.keys()VectorStoreChunkingStrategyResponse.pop()VectorStoreChunkingStrategyResponse.popitem()VectorStoreChunkingStrategyResponse.setdefault()VectorStoreChunkingStrategyResponse.update()VectorStoreChunkingStrategyResponse.values()VectorStoreChunkingStrategyResponse.type
VectorStoreChunkingStrategyResponseTypeVectorStoreChunkingStrategyResponseType.capitalize()VectorStoreChunkingStrategyResponseType.casefold()VectorStoreChunkingStrategyResponseType.center()VectorStoreChunkingStrategyResponseType.count()VectorStoreChunkingStrategyResponseType.encode()VectorStoreChunkingStrategyResponseType.endswith()VectorStoreChunkingStrategyResponseType.expandtabs()VectorStoreChunkingStrategyResponseType.find()VectorStoreChunkingStrategyResponseType.format()VectorStoreChunkingStrategyResponseType.format_map()VectorStoreChunkingStrategyResponseType.index()VectorStoreChunkingStrategyResponseType.isalnum()VectorStoreChunkingStrategyResponseType.isalpha()VectorStoreChunkingStrategyResponseType.isascii()VectorStoreChunkingStrategyResponseType.isdecimal()VectorStoreChunkingStrategyResponseType.isdigit()VectorStoreChunkingStrategyResponseType.isidentifier()VectorStoreChunkingStrategyResponseType.islower()VectorStoreChunkingStrategyResponseType.isnumeric()VectorStoreChunkingStrategyResponseType.isprintable()VectorStoreChunkingStrategyResponseType.isspace()VectorStoreChunkingStrategyResponseType.istitle()VectorStoreChunkingStrategyResponseType.isupper()VectorStoreChunkingStrategyResponseType.join()VectorStoreChunkingStrategyResponseType.ljust()VectorStoreChunkingStrategyResponseType.lower()VectorStoreChunkingStrategyResponseType.lstrip()VectorStoreChunkingStrategyResponseType.maketrans()VectorStoreChunkingStrategyResponseType.partition()VectorStoreChunkingStrategyResponseType.removeprefix()VectorStoreChunkingStrategyResponseType.removesuffix()VectorStoreChunkingStrategyResponseType.replace()VectorStoreChunkingStrategyResponseType.rfind()VectorStoreChunkingStrategyResponseType.rindex()VectorStoreChunkingStrategyResponseType.rjust()VectorStoreChunkingStrategyResponseType.rpartition()VectorStoreChunkingStrategyResponseType.rsplit()VectorStoreChunkingStrategyResponseType.rstrip()VectorStoreChunkingStrategyResponseType.split()VectorStoreChunkingStrategyResponseType.splitlines()VectorStoreChunkingStrategyResponseType.startswith()VectorStoreChunkingStrategyResponseType.strip()VectorStoreChunkingStrategyResponseType.swapcase()VectorStoreChunkingStrategyResponseType.title()VectorStoreChunkingStrategyResponseType.translate()VectorStoreChunkingStrategyResponseType.upper()VectorStoreChunkingStrategyResponseType.zfill()VectorStoreChunkingStrategyResponseType.OTHERVectorStoreChunkingStrategyResponseType.STATIC
VectorStoreConfigurationVectorStoreConfiguration.as_dict()VectorStoreConfiguration.clear()VectorStoreConfiguration.copy()VectorStoreConfiguration.get()VectorStoreConfiguration.items()VectorStoreConfiguration.keys()VectorStoreConfiguration.pop()VectorStoreConfiguration.popitem()VectorStoreConfiguration.setdefault()VectorStoreConfiguration.update()VectorStoreConfiguration.values()VectorStoreConfiguration.data_sources
VectorStoreConfigurationsVectorStoreConfigurations.as_dict()VectorStoreConfigurations.clear()VectorStoreConfigurations.copy()VectorStoreConfigurations.get()VectorStoreConfigurations.items()VectorStoreConfigurations.keys()VectorStoreConfigurations.pop()VectorStoreConfigurations.popitem()VectorStoreConfigurations.setdefault()VectorStoreConfigurations.update()VectorStoreConfigurations.values()VectorStoreConfigurations.store_configurationVectorStoreConfigurations.store_name
VectorStoreDataSourceVectorStoreDataSource.as_dict()VectorStoreDataSource.clear()VectorStoreDataSource.copy()VectorStoreDataSource.get()VectorStoreDataSource.items()VectorStoreDataSource.keys()VectorStoreDataSource.pop()VectorStoreDataSource.popitem()VectorStoreDataSource.setdefault()VectorStoreDataSource.update()VectorStoreDataSource.values()VectorStoreDataSource.asset_identifierVectorStoreDataSource.asset_type
VectorStoreDataSourceAssetTypeVectorStoreDataSourceAssetType.capitalize()VectorStoreDataSourceAssetType.casefold()VectorStoreDataSourceAssetType.center()VectorStoreDataSourceAssetType.count()VectorStoreDataSourceAssetType.encode()VectorStoreDataSourceAssetType.endswith()VectorStoreDataSourceAssetType.expandtabs()VectorStoreDataSourceAssetType.find()VectorStoreDataSourceAssetType.format()VectorStoreDataSourceAssetType.format_map()VectorStoreDataSourceAssetType.index()VectorStoreDataSourceAssetType.isalnum()VectorStoreDataSourceAssetType.isalpha()VectorStoreDataSourceAssetType.isascii()VectorStoreDataSourceAssetType.isdecimal()VectorStoreDataSourceAssetType.isdigit()VectorStoreDataSourceAssetType.isidentifier()VectorStoreDataSourceAssetType.islower()VectorStoreDataSourceAssetType.isnumeric()VectorStoreDataSourceAssetType.isprintable()VectorStoreDataSourceAssetType.isspace()VectorStoreDataSourceAssetType.istitle()VectorStoreDataSourceAssetType.isupper()VectorStoreDataSourceAssetType.join()VectorStoreDataSourceAssetType.ljust()VectorStoreDataSourceAssetType.lower()VectorStoreDataSourceAssetType.lstrip()VectorStoreDataSourceAssetType.maketrans()VectorStoreDataSourceAssetType.partition()VectorStoreDataSourceAssetType.removeprefix()VectorStoreDataSourceAssetType.removesuffix()VectorStoreDataSourceAssetType.replace()VectorStoreDataSourceAssetType.rfind()VectorStoreDataSourceAssetType.rindex()VectorStoreDataSourceAssetType.rjust()VectorStoreDataSourceAssetType.rpartition()VectorStoreDataSourceAssetType.rsplit()VectorStoreDataSourceAssetType.rstrip()VectorStoreDataSourceAssetType.split()VectorStoreDataSourceAssetType.splitlines()VectorStoreDataSourceAssetType.startswith()VectorStoreDataSourceAssetType.strip()VectorStoreDataSourceAssetType.swapcase()VectorStoreDataSourceAssetType.title()VectorStoreDataSourceAssetType.translate()VectorStoreDataSourceAssetType.upper()VectorStoreDataSourceAssetType.zfill()VectorStoreDataSourceAssetType.ID_ASSETVectorStoreDataSourceAssetType.URI_ASSET
VectorStoreDeletionStatusVectorStoreDeletionStatus.as_dict()VectorStoreDeletionStatus.clear()VectorStoreDeletionStatus.copy()VectorStoreDeletionStatus.get()VectorStoreDeletionStatus.items()VectorStoreDeletionStatus.keys()VectorStoreDeletionStatus.pop()VectorStoreDeletionStatus.popitem()VectorStoreDeletionStatus.setdefault()VectorStoreDeletionStatus.update()VectorStoreDeletionStatus.values()VectorStoreDeletionStatus.deletedVectorStoreDeletionStatus.idVectorStoreDeletionStatus.object
VectorStoreExpirationPolicyVectorStoreExpirationPolicy.as_dict()VectorStoreExpirationPolicy.clear()VectorStoreExpirationPolicy.copy()VectorStoreExpirationPolicy.get()VectorStoreExpirationPolicy.items()VectorStoreExpirationPolicy.keys()VectorStoreExpirationPolicy.pop()VectorStoreExpirationPolicy.popitem()VectorStoreExpirationPolicy.setdefault()VectorStoreExpirationPolicy.update()VectorStoreExpirationPolicy.values()VectorStoreExpirationPolicy.anchorVectorStoreExpirationPolicy.days
VectorStoreExpirationPolicyAnchorVectorStoreExpirationPolicyAnchor.capitalize()VectorStoreExpirationPolicyAnchor.casefold()VectorStoreExpirationPolicyAnchor.center()VectorStoreExpirationPolicyAnchor.count()VectorStoreExpirationPolicyAnchor.encode()VectorStoreExpirationPolicyAnchor.endswith()VectorStoreExpirationPolicyAnchor.expandtabs()VectorStoreExpirationPolicyAnchor.find()VectorStoreExpirationPolicyAnchor.format()VectorStoreExpirationPolicyAnchor.format_map()VectorStoreExpirationPolicyAnchor.index()VectorStoreExpirationPolicyAnchor.isalnum()VectorStoreExpirationPolicyAnchor.isalpha()VectorStoreExpirationPolicyAnchor.isascii()VectorStoreExpirationPolicyAnchor.isdecimal()VectorStoreExpirationPolicyAnchor.isdigit()VectorStoreExpirationPolicyAnchor.isidentifier()VectorStoreExpirationPolicyAnchor.islower()VectorStoreExpirationPolicyAnchor.isnumeric()VectorStoreExpirationPolicyAnchor.isprintable()VectorStoreExpirationPolicyAnchor.isspace()VectorStoreExpirationPolicyAnchor.istitle()VectorStoreExpirationPolicyAnchor.isupper()VectorStoreExpirationPolicyAnchor.join()VectorStoreExpirationPolicyAnchor.ljust()VectorStoreExpirationPolicyAnchor.lower()VectorStoreExpirationPolicyAnchor.lstrip()VectorStoreExpirationPolicyAnchor.maketrans()VectorStoreExpirationPolicyAnchor.partition()VectorStoreExpirationPolicyAnchor.removeprefix()VectorStoreExpirationPolicyAnchor.removesuffix()VectorStoreExpirationPolicyAnchor.replace()VectorStoreExpirationPolicyAnchor.rfind()VectorStoreExpirationPolicyAnchor.rindex()VectorStoreExpirationPolicyAnchor.rjust()VectorStoreExpirationPolicyAnchor.rpartition()VectorStoreExpirationPolicyAnchor.rsplit()VectorStoreExpirationPolicyAnchor.rstrip()VectorStoreExpirationPolicyAnchor.split()VectorStoreExpirationPolicyAnchor.splitlines()VectorStoreExpirationPolicyAnchor.startswith()VectorStoreExpirationPolicyAnchor.strip()VectorStoreExpirationPolicyAnchor.swapcase()VectorStoreExpirationPolicyAnchor.title()VectorStoreExpirationPolicyAnchor.translate()VectorStoreExpirationPolicyAnchor.upper()VectorStoreExpirationPolicyAnchor.zfill()VectorStoreExpirationPolicyAnchor.LAST_ACTIVE_AT
VectorStoreFileVectorStoreFile.as_dict()VectorStoreFile.clear()VectorStoreFile.copy()VectorStoreFile.get()VectorStoreFile.items()VectorStoreFile.keys()VectorStoreFile.pop()VectorStoreFile.popitem()VectorStoreFile.setdefault()VectorStoreFile.update()VectorStoreFile.values()VectorStoreFile.chunking_strategyVectorStoreFile.created_atVectorStoreFile.idVectorStoreFile.last_errorVectorStoreFile.objectVectorStoreFile.statusVectorStoreFile.usage_bytesVectorStoreFile.vector_store_id
VectorStoreFileBatchVectorStoreFileBatch.as_dict()VectorStoreFileBatch.clear()VectorStoreFileBatch.copy()VectorStoreFileBatch.get()VectorStoreFileBatch.items()VectorStoreFileBatch.keys()VectorStoreFileBatch.pop()VectorStoreFileBatch.popitem()VectorStoreFileBatch.setdefault()VectorStoreFileBatch.update()VectorStoreFileBatch.values()VectorStoreFileBatch.created_atVectorStoreFileBatch.file_countsVectorStoreFileBatch.idVectorStoreFileBatch.objectVectorStoreFileBatch.statusVectorStoreFileBatch.vector_store_id
VectorStoreFileBatchStatusVectorStoreFileBatchStatus.capitalize()VectorStoreFileBatchStatus.casefold()VectorStoreFileBatchStatus.center()VectorStoreFileBatchStatus.count()VectorStoreFileBatchStatus.encode()VectorStoreFileBatchStatus.endswith()VectorStoreFileBatchStatus.expandtabs()VectorStoreFileBatchStatus.find()VectorStoreFileBatchStatus.format()VectorStoreFileBatchStatus.format_map()VectorStoreFileBatchStatus.index()VectorStoreFileBatchStatus.isalnum()VectorStoreFileBatchStatus.isalpha()VectorStoreFileBatchStatus.isascii()VectorStoreFileBatchStatus.isdecimal()VectorStoreFileBatchStatus.isdigit()VectorStoreFileBatchStatus.isidentifier()VectorStoreFileBatchStatus.islower()VectorStoreFileBatchStatus.isnumeric()VectorStoreFileBatchStatus.isprintable()VectorStoreFileBatchStatus.isspace()VectorStoreFileBatchStatus.istitle()VectorStoreFileBatchStatus.isupper()VectorStoreFileBatchStatus.join()VectorStoreFileBatchStatus.ljust()VectorStoreFileBatchStatus.lower()VectorStoreFileBatchStatus.lstrip()VectorStoreFileBatchStatus.maketrans()VectorStoreFileBatchStatus.partition()VectorStoreFileBatchStatus.removeprefix()VectorStoreFileBatchStatus.removesuffix()VectorStoreFileBatchStatus.replace()VectorStoreFileBatchStatus.rfind()VectorStoreFileBatchStatus.rindex()VectorStoreFileBatchStatus.rjust()VectorStoreFileBatchStatus.rpartition()VectorStoreFileBatchStatus.rsplit()VectorStoreFileBatchStatus.rstrip()VectorStoreFileBatchStatus.split()VectorStoreFileBatchStatus.splitlines()VectorStoreFileBatchStatus.startswith()VectorStoreFileBatchStatus.strip()VectorStoreFileBatchStatus.swapcase()VectorStoreFileBatchStatus.title()VectorStoreFileBatchStatus.translate()VectorStoreFileBatchStatus.upper()VectorStoreFileBatchStatus.zfill()VectorStoreFileBatchStatus.CANCELLEDVectorStoreFileBatchStatus.COMPLETEDVectorStoreFileBatchStatus.FAILEDVectorStoreFileBatchStatus.IN_PROGRESS
VectorStoreFileCountVectorStoreFileCount.as_dict()VectorStoreFileCount.clear()VectorStoreFileCount.copy()VectorStoreFileCount.get()VectorStoreFileCount.items()VectorStoreFileCount.keys()VectorStoreFileCount.pop()VectorStoreFileCount.popitem()VectorStoreFileCount.setdefault()VectorStoreFileCount.update()VectorStoreFileCount.values()VectorStoreFileCount.cancelledVectorStoreFileCount.completedVectorStoreFileCount.failedVectorStoreFileCount.in_progressVectorStoreFileCount.total
VectorStoreFileDeletionStatusVectorStoreFileDeletionStatus.as_dict()VectorStoreFileDeletionStatus.clear()VectorStoreFileDeletionStatus.copy()VectorStoreFileDeletionStatus.get()VectorStoreFileDeletionStatus.items()VectorStoreFileDeletionStatus.keys()VectorStoreFileDeletionStatus.pop()VectorStoreFileDeletionStatus.popitem()VectorStoreFileDeletionStatus.setdefault()VectorStoreFileDeletionStatus.update()VectorStoreFileDeletionStatus.values()VectorStoreFileDeletionStatus.deletedVectorStoreFileDeletionStatus.idVectorStoreFileDeletionStatus.object
VectorStoreFileErrorVectorStoreFileError.as_dict()VectorStoreFileError.clear()VectorStoreFileError.copy()VectorStoreFileError.get()VectorStoreFileError.items()VectorStoreFileError.keys()VectorStoreFileError.pop()VectorStoreFileError.popitem()VectorStoreFileError.setdefault()VectorStoreFileError.update()VectorStoreFileError.values()VectorStoreFileError.codeVectorStoreFileError.message
VectorStoreFileErrorCodeVectorStoreFileErrorCode.capitalize()VectorStoreFileErrorCode.casefold()VectorStoreFileErrorCode.center()VectorStoreFileErrorCode.count()VectorStoreFileErrorCode.encode()VectorStoreFileErrorCode.endswith()VectorStoreFileErrorCode.expandtabs()VectorStoreFileErrorCode.find()VectorStoreFileErrorCode.format()VectorStoreFileErrorCode.format_map()VectorStoreFileErrorCode.index()VectorStoreFileErrorCode.isalnum()VectorStoreFileErrorCode.isalpha()VectorStoreFileErrorCode.isascii()VectorStoreFileErrorCode.isdecimal()VectorStoreFileErrorCode.isdigit()VectorStoreFileErrorCode.isidentifier()VectorStoreFileErrorCode.islower()VectorStoreFileErrorCode.isnumeric()VectorStoreFileErrorCode.isprintable()VectorStoreFileErrorCode.isspace()VectorStoreFileErrorCode.istitle()VectorStoreFileErrorCode.isupper()VectorStoreFileErrorCode.join()VectorStoreFileErrorCode.ljust()VectorStoreFileErrorCode.lower()VectorStoreFileErrorCode.lstrip()VectorStoreFileErrorCode.maketrans()VectorStoreFileErrorCode.partition()VectorStoreFileErrorCode.removeprefix()VectorStoreFileErrorCode.removesuffix()VectorStoreFileErrorCode.replace()VectorStoreFileErrorCode.rfind()VectorStoreFileErrorCode.rindex()VectorStoreFileErrorCode.rjust()VectorStoreFileErrorCode.rpartition()VectorStoreFileErrorCode.rsplit()VectorStoreFileErrorCode.rstrip()VectorStoreFileErrorCode.split()VectorStoreFileErrorCode.splitlines()VectorStoreFileErrorCode.startswith()VectorStoreFileErrorCode.strip()VectorStoreFileErrorCode.swapcase()VectorStoreFileErrorCode.title()VectorStoreFileErrorCode.translate()VectorStoreFileErrorCode.upper()VectorStoreFileErrorCode.zfill()VectorStoreFileErrorCode.INVALID_FILEVectorStoreFileErrorCode.SERVER_ERRORVectorStoreFileErrorCode.UNSUPPORTED_FILE
VectorStoreFileStatusVectorStoreFileStatus.capitalize()VectorStoreFileStatus.casefold()VectorStoreFileStatus.center()VectorStoreFileStatus.count()VectorStoreFileStatus.encode()VectorStoreFileStatus.endswith()VectorStoreFileStatus.expandtabs()VectorStoreFileStatus.find()VectorStoreFileStatus.format()VectorStoreFileStatus.format_map()VectorStoreFileStatus.index()VectorStoreFileStatus.isalnum()VectorStoreFileStatus.isalpha()VectorStoreFileStatus.isascii()VectorStoreFileStatus.isdecimal()VectorStoreFileStatus.isdigit()VectorStoreFileStatus.isidentifier()VectorStoreFileStatus.islower()VectorStoreFileStatus.isnumeric()VectorStoreFileStatus.isprintable()VectorStoreFileStatus.isspace()VectorStoreFileStatus.istitle()VectorStoreFileStatus.isupper()VectorStoreFileStatus.join()VectorStoreFileStatus.ljust()VectorStoreFileStatus.lower()VectorStoreFileStatus.lstrip()VectorStoreFileStatus.maketrans()VectorStoreFileStatus.partition()VectorStoreFileStatus.removeprefix()VectorStoreFileStatus.removesuffix()VectorStoreFileStatus.replace()VectorStoreFileStatus.rfind()VectorStoreFileStatus.rindex()VectorStoreFileStatus.rjust()VectorStoreFileStatus.rpartition()VectorStoreFileStatus.rsplit()VectorStoreFileStatus.rstrip()VectorStoreFileStatus.split()VectorStoreFileStatus.splitlines()VectorStoreFileStatus.startswith()VectorStoreFileStatus.strip()VectorStoreFileStatus.swapcase()VectorStoreFileStatus.title()VectorStoreFileStatus.translate()VectorStoreFileStatus.upper()VectorStoreFileStatus.zfill()VectorStoreFileStatus.CANCELLEDVectorStoreFileStatus.COMPLETEDVectorStoreFileStatus.FAILEDVectorStoreFileStatus.IN_PROGRESS
VectorStoreFileStatusFilterVectorStoreFileStatusFilter.capitalize()VectorStoreFileStatusFilter.casefold()VectorStoreFileStatusFilter.center()VectorStoreFileStatusFilter.count()VectorStoreFileStatusFilter.encode()VectorStoreFileStatusFilter.endswith()VectorStoreFileStatusFilter.expandtabs()VectorStoreFileStatusFilter.find()VectorStoreFileStatusFilter.format()VectorStoreFileStatusFilter.format_map()VectorStoreFileStatusFilter.index()VectorStoreFileStatusFilter.isalnum()VectorStoreFileStatusFilter.isalpha()VectorStoreFileStatusFilter.isascii()VectorStoreFileStatusFilter.isdecimal()VectorStoreFileStatusFilter.isdigit()VectorStoreFileStatusFilter.isidentifier()VectorStoreFileStatusFilter.islower()VectorStoreFileStatusFilter.isnumeric()VectorStoreFileStatusFilter.isprintable()VectorStoreFileStatusFilter.isspace()VectorStoreFileStatusFilter.istitle()VectorStoreFileStatusFilter.isupper()VectorStoreFileStatusFilter.join()VectorStoreFileStatusFilter.ljust()VectorStoreFileStatusFilter.lower()VectorStoreFileStatusFilter.lstrip()VectorStoreFileStatusFilter.maketrans()VectorStoreFileStatusFilter.partition()VectorStoreFileStatusFilter.removeprefix()VectorStoreFileStatusFilter.removesuffix()VectorStoreFileStatusFilter.replace()VectorStoreFileStatusFilter.rfind()VectorStoreFileStatusFilter.rindex()VectorStoreFileStatusFilter.rjust()VectorStoreFileStatusFilter.rpartition()VectorStoreFileStatusFilter.rsplit()VectorStoreFileStatusFilter.rstrip()VectorStoreFileStatusFilter.split()VectorStoreFileStatusFilter.splitlines()VectorStoreFileStatusFilter.startswith()VectorStoreFileStatusFilter.strip()VectorStoreFileStatusFilter.swapcase()VectorStoreFileStatusFilter.title()VectorStoreFileStatusFilter.translate()VectorStoreFileStatusFilter.upper()VectorStoreFileStatusFilter.zfill()VectorStoreFileStatusFilter.CANCELLEDVectorStoreFileStatusFilter.COMPLETEDVectorStoreFileStatusFilter.FAILEDVectorStoreFileStatusFilter.IN_PROGRESS
VectorStoreStaticChunkingStrategyOptionsVectorStoreStaticChunkingStrategyOptions.as_dict()VectorStoreStaticChunkingStrategyOptions.clear()VectorStoreStaticChunkingStrategyOptions.copy()VectorStoreStaticChunkingStrategyOptions.get()VectorStoreStaticChunkingStrategyOptions.items()VectorStoreStaticChunkingStrategyOptions.keys()VectorStoreStaticChunkingStrategyOptions.pop()VectorStoreStaticChunkingStrategyOptions.popitem()VectorStoreStaticChunkingStrategyOptions.setdefault()VectorStoreStaticChunkingStrategyOptions.update()VectorStoreStaticChunkingStrategyOptions.values()VectorStoreStaticChunkingStrategyOptions.chunk_overlap_tokensVectorStoreStaticChunkingStrategyOptions.max_chunk_size_tokens
VectorStoreStaticChunkingStrategyRequestVectorStoreStaticChunkingStrategyRequest.as_dict()VectorStoreStaticChunkingStrategyRequest.clear()VectorStoreStaticChunkingStrategyRequest.copy()VectorStoreStaticChunkingStrategyRequest.get()VectorStoreStaticChunkingStrategyRequest.items()VectorStoreStaticChunkingStrategyRequest.keys()VectorStoreStaticChunkingStrategyRequest.pop()VectorStoreStaticChunkingStrategyRequest.popitem()VectorStoreStaticChunkingStrategyRequest.setdefault()VectorStoreStaticChunkingStrategyRequest.update()VectorStoreStaticChunkingStrategyRequest.values()VectorStoreStaticChunkingStrategyRequest.staticVectorStoreStaticChunkingStrategyRequest.type
VectorStoreStaticChunkingStrategyResponseVectorStoreStaticChunkingStrategyResponse.as_dict()VectorStoreStaticChunkingStrategyResponse.clear()VectorStoreStaticChunkingStrategyResponse.copy()VectorStoreStaticChunkingStrategyResponse.get()VectorStoreStaticChunkingStrategyResponse.items()VectorStoreStaticChunkingStrategyResponse.keys()VectorStoreStaticChunkingStrategyResponse.pop()VectorStoreStaticChunkingStrategyResponse.popitem()VectorStoreStaticChunkingStrategyResponse.setdefault()VectorStoreStaticChunkingStrategyResponse.update()VectorStoreStaticChunkingStrategyResponse.values()VectorStoreStaticChunkingStrategyResponse.staticVectorStoreStaticChunkingStrategyResponse.type
VectorStoreStatusVectorStoreStatus.capitalize()VectorStoreStatus.casefold()VectorStoreStatus.center()VectorStoreStatus.count()VectorStoreStatus.encode()VectorStoreStatus.endswith()VectorStoreStatus.expandtabs()VectorStoreStatus.find()VectorStoreStatus.format()VectorStoreStatus.format_map()VectorStoreStatus.index()VectorStoreStatus.isalnum()VectorStoreStatus.isalpha()VectorStoreStatus.isascii()VectorStoreStatus.isdecimal()VectorStoreStatus.isdigit()VectorStoreStatus.isidentifier()VectorStoreStatus.islower()VectorStoreStatus.isnumeric()VectorStoreStatus.isprintable()VectorStoreStatus.isspace()VectorStoreStatus.istitle()VectorStoreStatus.isupper()VectorStoreStatus.join()VectorStoreStatus.ljust()VectorStoreStatus.lower()VectorStoreStatus.lstrip()VectorStoreStatus.maketrans()VectorStoreStatus.partition()VectorStoreStatus.removeprefix()VectorStoreStatus.removesuffix()VectorStoreStatus.replace()VectorStoreStatus.rfind()VectorStoreStatus.rindex()VectorStoreStatus.rjust()VectorStoreStatus.rpartition()VectorStoreStatus.rsplit()VectorStoreStatus.rstrip()VectorStoreStatus.split()VectorStoreStatus.splitlines()VectorStoreStatus.startswith()VectorStoreStatus.strip()VectorStoreStatus.swapcase()VectorStoreStatus.title()VectorStoreStatus.translate()VectorStoreStatus.upper()VectorStoreStatus.zfill()VectorStoreStatus.COMPLETEDVectorStoreStatus.EXPIREDVectorStoreStatus.IN_PROGRESS
WeekDaysWeekDays.capitalize()WeekDays.casefold()WeekDays.center()WeekDays.count()WeekDays.encode()WeekDays.endswith()WeekDays.expandtabs()WeekDays.find()WeekDays.format()WeekDays.format_map()WeekDays.index()WeekDays.isalnum()WeekDays.isalpha()WeekDays.isascii()WeekDays.isdecimal()WeekDays.isdigit()WeekDays.isidentifier()WeekDays.islower()WeekDays.isnumeric()WeekDays.isprintable()WeekDays.isspace()WeekDays.istitle()WeekDays.isupper()WeekDays.join()WeekDays.ljust()WeekDays.lower()WeekDays.lstrip()WeekDays.maketrans()WeekDays.partition()WeekDays.removeprefix()WeekDays.removesuffix()WeekDays.replace()WeekDays.rfind()WeekDays.rindex()WeekDays.rjust()WeekDays.rpartition()WeekDays.rsplit()WeekDays.rstrip()WeekDays.split()WeekDays.splitlines()WeekDays.startswith()WeekDays.strip()WeekDays.swapcase()WeekDays.title()WeekDays.translate()WeekDays.upper()WeekDays.zfill()WeekDays.FRIDAYWeekDays.MONDAYWeekDays.SATURDAYWeekDays.SUNDAYWeekDays.THURSDAYWeekDays.TUESDAYWeekDays.WEDNESDAY
- azure.ai.projects.operations package
AgentsOperationsAgentsOperations.cancel_run()AgentsOperations.cancel_vector_store_file_batch()AgentsOperations.create_agent()AgentsOperations.create_and_process_run()AgentsOperations.create_message()AgentsOperations.create_run()AgentsOperations.create_stream()AgentsOperations.create_thread()AgentsOperations.create_thread_and_run()AgentsOperations.create_vector_store()AgentsOperations.create_vector_store_and_poll()AgentsOperations.create_vector_store_file()AgentsOperations.create_vector_store_file_and_poll()AgentsOperations.create_vector_store_file_batch()AgentsOperations.create_vector_store_file_batch_and_poll()AgentsOperations.delete_agent()AgentsOperations.delete_file()AgentsOperations.delete_thread()AgentsOperations.delete_vector_store()AgentsOperations.delete_vector_store_file()AgentsOperations.get_agent()AgentsOperations.get_file()AgentsOperations.get_file_content()AgentsOperations.get_message()AgentsOperations.get_run()AgentsOperations.get_run_step()AgentsOperations.get_thread()AgentsOperations.get_vector_store()AgentsOperations.get_vector_store_file()AgentsOperations.get_vector_store_file_batch()AgentsOperations.list_agents()AgentsOperations.list_files()AgentsOperations.list_messages()AgentsOperations.list_run_steps()AgentsOperations.list_runs()AgentsOperations.list_vector_store_file_batch_files()AgentsOperations.list_vector_store_files()AgentsOperations.list_vector_stores()AgentsOperations.modify_vector_store()AgentsOperations.save_file()AgentsOperations.submit_tool_outputs_to_run()AgentsOperations.submit_tool_outputs_to_stream()AgentsOperations.update_agent()AgentsOperations.update_message()AgentsOperations.update_run()AgentsOperations.update_thread()AgentsOperations.upload_file()AgentsOperations.upload_file_and_poll()
ConnectionsOperationsEvaluationsOperationsInferenceOperationsTelemetryOperations
- azure.ai.projects.telemetry package