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
Agent
Agent.as_dict()
Agent.clear()
Agent.copy()
Agent.get()
Agent.items()
Agent.keys()
Agent.pop()
Agent.popitem()
Agent.setdefault()
Agent.update()
Agent.values()
Agent.created_at
Agent.description
Agent.id
Agent.instructions
Agent.metadata
Agent.model
Agent.name
Agent.object
Agent.response_format
Agent.temperature
Agent.tool_resources
Agent.tools
Agent.top_p
AgentDeletionStatus
AgentDeletionStatus.as_dict()
AgentDeletionStatus.clear()
AgentDeletionStatus.copy()
AgentDeletionStatus.get()
AgentDeletionStatus.items()
AgentDeletionStatus.keys()
AgentDeletionStatus.pop()
AgentDeletionStatus.popitem()
AgentDeletionStatus.setdefault()
AgentDeletionStatus.update()
AgentDeletionStatus.values()
AgentDeletionStatus.deleted
AgentDeletionStatus.id
AgentDeletionStatus.object
AgentEventHandler
AgentEventHandler.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()
AgentRunStream
AgentStreamEvent
AgentStreamEvent.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.DONE
AgentStreamEvent.ERROR
AgentStreamEvent.THREAD_CREATED
AgentStreamEvent.THREAD_MESSAGE_COMPLETED
AgentStreamEvent.THREAD_MESSAGE_CREATED
AgentStreamEvent.THREAD_MESSAGE_DELTA
AgentStreamEvent.THREAD_MESSAGE_INCOMPLETE
AgentStreamEvent.THREAD_MESSAGE_IN_PROGRESS
AgentStreamEvent.THREAD_RUN_CANCELLED
AgentStreamEvent.THREAD_RUN_CANCELLING
AgentStreamEvent.THREAD_RUN_COMPLETED
AgentStreamEvent.THREAD_RUN_CREATED
AgentStreamEvent.THREAD_RUN_EXPIRED
AgentStreamEvent.THREAD_RUN_FAILED
AgentStreamEvent.THREAD_RUN_INCOMPLETE
AgentStreamEvent.THREAD_RUN_IN_PROGRESS
AgentStreamEvent.THREAD_RUN_QUEUED
AgentStreamEvent.THREAD_RUN_REQUIRES_ACTION
AgentStreamEvent.THREAD_RUN_STEP_CANCELLED
AgentStreamEvent.THREAD_RUN_STEP_COMPLETED
AgentStreamEvent.THREAD_RUN_STEP_CREATED
AgentStreamEvent.THREAD_RUN_STEP_DELTA
AgentStreamEvent.THREAD_RUN_STEP_EXPIRED
AgentStreamEvent.THREAD_RUN_STEP_FAILED
AgentStreamEvent.THREAD_RUN_STEP_IN_PROGRESS
AgentThread
AgentThread.as_dict()
AgentThread.clear()
AgentThread.copy()
AgentThread.get()
AgentThread.items()
AgentThread.keys()
AgentThread.pop()
AgentThread.popitem()
AgentThread.setdefault()
AgentThread.update()
AgentThread.values()
AgentThread.created_at
AgentThread.id
AgentThread.metadata
AgentThread.object
AgentThread.tool_resources
AgentThreadCreationOptions
AgentThreadCreationOptions.as_dict()
AgentThreadCreationOptions.clear()
AgentThreadCreationOptions.copy()
AgentThreadCreationOptions.get()
AgentThreadCreationOptions.items()
AgentThreadCreationOptions.keys()
AgentThreadCreationOptions.pop()
AgentThreadCreationOptions.popitem()
AgentThreadCreationOptions.setdefault()
AgentThreadCreationOptions.update()
AgentThreadCreationOptions.values()
AgentThreadCreationOptions.messages
AgentThreadCreationOptions.metadata
AgentThreadCreationOptions.tool_resources
AgentsApiResponseFormat
AgentsApiResponseFormat.as_dict()
AgentsApiResponseFormat.clear()
AgentsApiResponseFormat.copy()
AgentsApiResponseFormat.get()
AgentsApiResponseFormat.items()
AgentsApiResponseFormat.keys()
AgentsApiResponseFormat.pop()
AgentsApiResponseFormat.popitem()
AgentsApiResponseFormat.setdefault()
AgentsApiResponseFormat.update()
AgentsApiResponseFormat.values()
AgentsApiResponseFormat.type
AgentsApiResponseFormatMode
AgentsApiResponseFormatMode.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.AUTO
AgentsApiResponseFormatMode.NONE
AgentsApiToolChoiceOptionMode
AgentsApiToolChoiceOptionMode.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.AUTO
AgentsApiToolChoiceOptionMode.NONE
AgentsNamedToolChoice
AgentsNamedToolChoice.as_dict()
AgentsNamedToolChoice.clear()
AgentsNamedToolChoice.copy()
AgentsNamedToolChoice.get()
AgentsNamedToolChoice.items()
AgentsNamedToolChoice.keys()
AgentsNamedToolChoice.pop()
AgentsNamedToolChoice.popitem()
AgentsNamedToolChoice.setdefault()
AgentsNamedToolChoice.update()
AgentsNamedToolChoice.values()
AgentsNamedToolChoice.function
AgentsNamedToolChoice.type
AgentsNamedToolChoiceType
AgentsNamedToolChoiceType.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_SEARCH
AgentsNamedToolChoiceType.BING_GROUNDING
AgentsNamedToolChoiceType.CODE_INTERPRETER
AgentsNamedToolChoiceType.FILE_SEARCH
AgentsNamedToolChoiceType.FUNCTION
AgentsNamedToolChoiceType.MICROSOFT_FABRIC
AgentsNamedToolChoiceType.SHAREPOINT
ApplicationInsightsConfiguration
ApplicationInsightsConfiguration.as_dict()
ApplicationInsightsConfiguration.clear()
ApplicationInsightsConfiguration.copy()
ApplicationInsightsConfiguration.get()
ApplicationInsightsConfiguration.items()
ApplicationInsightsConfiguration.keys()
ApplicationInsightsConfiguration.pop()
ApplicationInsightsConfiguration.popitem()
ApplicationInsightsConfiguration.setdefault()
ApplicationInsightsConfiguration.update()
ApplicationInsightsConfiguration.values()
ApplicationInsightsConfiguration.connection_string
ApplicationInsightsConfiguration.query
ApplicationInsightsConfiguration.resource_id
ApplicationInsightsConfiguration.service_name
ApplicationInsightsConfiguration.type
AsyncAgentEventHandler
AsyncAgentEventHandler.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()
AsyncAgentRunStream
AsyncFunctionTool
AsyncToolSet
AuthenticationType
AuthenticationType.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_KEY
AuthenticationType.ENTRA_ID
AuthenticationType.NONE
AuthenticationType.SAS
AzureAISearchResource
AzureAISearchResource.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
AzureAISearchTool
AzureAISearchToolDefinition
AzureAISearchToolDefinition.as_dict()
AzureAISearchToolDefinition.clear()
AzureAISearchToolDefinition.copy()
AzureAISearchToolDefinition.get()
AzureAISearchToolDefinition.items()
AzureAISearchToolDefinition.keys()
AzureAISearchToolDefinition.pop()
AzureAISearchToolDefinition.popitem()
AzureAISearchToolDefinition.setdefault()
AzureAISearchToolDefinition.update()
AzureAISearchToolDefinition.values()
AzureAISearchToolDefinition.type
AzureFunctionBinding
AzureFunctionBinding.as_dict()
AzureFunctionBinding.clear()
AzureFunctionBinding.copy()
AzureFunctionBinding.get()
AzureFunctionBinding.items()
AzureFunctionBinding.keys()
AzureFunctionBinding.pop()
AzureFunctionBinding.popitem()
AzureFunctionBinding.setdefault()
AzureFunctionBinding.update()
AzureFunctionBinding.values()
AzureFunctionBinding.storage_queue
AzureFunctionBinding.type
AzureFunctionDefinition
AzureFunctionDefinition.as_dict()
AzureFunctionDefinition.clear()
AzureFunctionDefinition.copy()
AzureFunctionDefinition.get()
AzureFunctionDefinition.items()
AzureFunctionDefinition.keys()
AzureFunctionDefinition.pop()
AzureFunctionDefinition.popitem()
AzureFunctionDefinition.setdefault()
AzureFunctionDefinition.update()
AzureFunctionDefinition.values()
AzureFunctionDefinition.function
AzureFunctionDefinition.input_binding
AzureFunctionDefinition.output_binding
AzureFunctionStorageQueue
AzureFunctionStorageQueue.as_dict()
AzureFunctionStorageQueue.clear()
AzureFunctionStorageQueue.copy()
AzureFunctionStorageQueue.get()
AzureFunctionStorageQueue.items()
AzureFunctionStorageQueue.keys()
AzureFunctionStorageQueue.pop()
AzureFunctionStorageQueue.popitem()
AzureFunctionStorageQueue.setdefault()
AzureFunctionStorageQueue.update()
AzureFunctionStorageQueue.values()
AzureFunctionStorageQueue.queue_name
AzureFunctionStorageQueue.storage_service_endpoint
AzureFunctionTool
AzureFunctionToolDefinition
AzureFunctionToolDefinition.as_dict()
AzureFunctionToolDefinition.clear()
AzureFunctionToolDefinition.copy()
AzureFunctionToolDefinition.get()
AzureFunctionToolDefinition.items()
AzureFunctionToolDefinition.keys()
AzureFunctionToolDefinition.pop()
AzureFunctionToolDefinition.popitem()
AzureFunctionToolDefinition.setdefault()
AzureFunctionToolDefinition.update()
AzureFunctionToolDefinition.values()
AzureFunctionToolDefinition.azure_function
AzureFunctionToolDefinition.type
BaseAgentEventHandler
BaseAsyncAgentEventHandler
BingGroundingTool
BingGroundingToolDefinition
BingGroundingToolDefinition.as_dict()
BingGroundingToolDefinition.clear()
BingGroundingToolDefinition.copy()
BingGroundingToolDefinition.get()
BingGroundingToolDefinition.items()
BingGroundingToolDefinition.keys()
BingGroundingToolDefinition.pop()
BingGroundingToolDefinition.popitem()
BingGroundingToolDefinition.setdefault()
BingGroundingToolDefinition.update()
BingGroundingToolDefinition.values()
BingGroundingToolDefinition.bing_grounding
BingGroundingToolDefinition.type
CodeInterpreterTool
CodeInterpreterToolDefinition
CodeInterpreterToolDefinition.as_dict()
CodeInterpreterToolDefinition.clear()
CodeInterpreterToolDefinition.copy()
CodeInterpreterToolDefinition.get()
CodeInterpreterToolDefinition.items()
CodeInterpreterToolDefinition.keys()
CodeInterpreterToolDefinition.pop()
CodeInterpreterToolDefinition.popitem()
CodeInterpreterToolDefinition.setdefault()
CodeInterpreterToolDefinition.update()
CodeInterpreterToolDefinition.values()
CodeInterpreterToolDefinition.type
CodeInterpreterToolResource
CodeInterpreterToolResource.as_dict()
CodeInterpreterToolResource.clear()
CodeInterpreterToolResource.copy()
CodeInterpreterToolResource.get()
CodeInterpreterToolResource.items()
CodeInterpreterToolResource.keys()
CodeInterpreterToolResource.pop()
CodeInterpreterToolResource.popitem()
CodeInterpreterToolResource.setdefault()
CodeInterpreterToolResource.update()
CodeInterpreterToolResource.values()
CodeInterpreterToolResource.data_sources
CodeInterpreterToolResource.file_ids
ConnectionProperties
ConnectionType
ConnectionType.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_SEARCH
ConnectionType.AZURE_AI_SERVICES
ConnectionType.AZURE_BLOB_STORAGE
ConnectionType.AZURE_OPEN_AI
ConnectionType.SERVERLESS
CronTrigger
Dataset
DoneEvent
DoneEvent.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
ErrorEvent
ErrorEvent.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
Evaluation
Evaluation.as_dict()
Evaluation.clear()
Evaluation.copy()
Evaluation.get()
Evaluation.items()
Evaluation.keys()
Evaluation.pop()
Evaluation.popitem()
Evaluation.setdefault()
Evaluation.update()
Evaluation.values()
Evaluation.data
Evaluation.description
Evaluation.display_name
Evaluation.evaluators
Evaluation.id
Evaluation.properties
Evaluation.status
Evaluation.system_data
Evaluation.tags
EvaluationSchedule
EvaluationSchedule.as_dict()
EvaluationSchedule.clear()
EvaluationSchedule.copy()
EvaluationSchedule.get()
EvaluationSchedule.items()
EvaluationSchedule.keys()
EvaluationSchedule.pop()
EvaluationSchedule.popitem()
EvaluationSchedule.setdefault()
EvaluationSchedule.update()
EvaluationSchedule.values()
EvaluationSchedule.data
EvaluationSchedule.description
EvaluationSchedule.evaluators
EvaluationSchedule.is_enabled
EvaluationSchedule.name
EvaluationSchedule.properties
EvaluationSchedule.provisioning_state
EvaluationSchedule.system_data
EvaluationSchedule.tags
EvaluationSchedule.trigger
EvaluatorConfiguration
EvaluatorConfiguration.as_dict()
EvaluatorConfiguration.clear()
EvaluatorConfiguration.copy()
EvaluatorConfiguration.get()
EvaluatorConfiguration.items()
EvaluatorConfiguration.keys()
EvaluatorConfiguration.pop()
EvaluatorConfiguration.popitem()
EvaluatorConfiguration.setdefault()
EvaluatorConfiguration.update()
EvaluatorConfiguration.values()
EvaluatorConfiguration.data_mapping
EvaluatorConfiguration.id
EvaluatorConfiguration.init_params
FabricTool
FileDeletionStatus
FileDeletionStatus.as_dict()
FileDeletionStatus.clear()
FileDeletionStatus.copy()
FileDeletionStatus.get()
FileDeletionStatus.items()
FileDeletionStatus.keys()
FileDeletionStatus.pop()
FileDeletionStatus.popitem()
FileDeletionStatus.setdefault()
FileDeletionStatus.update()
FileDeletionStatus.values()
FileDeletionStatus.deleted
FileDeletionStatus.id
FileDeletionStatus.object
FileListResponse
FileListResponse.as_dict()
FileListResponse.clear()
FileListResponse.copy()
FileListResponse.get()
FileListResponse.items()
FileListResponse.keys()
FileListResponse.pop()
FileListResponse.popitem()
FileListResponse.setdefault()
FileListResponse.update()
FileListResponse.values()
FileListResponse.data
FileListResponse.object
FilePurpose
FilePurpose.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.AGENTS
FilePurpose.AGENTS_OUTPUT
FilePurpose.BATCH
FilePurpose.BATCH_OUTPUT
FilePurpose.FINE_TUNE
FilePurpose.FINE_TUNE_RESULTS
FilePurpose.VISION
FileSearchRankingOptions
FileSearchRankingOptions.as_dict()
FileSearchRankingOptions.clear()
FileSearchRankingOptions.copy()
FileSearchRankingOptions.get()
FileSearchRankingOptions.items()
FileSearchRankingOptions.keys()
FileSearchRankingOptions.pop()
FileSearchRankingOptions.popitem()
FileSearchRankingOptions.setdefault()
FileSearchRankingOptions.update()
FileSearchRankingOptions.values()
FileSearchRankingOptions.ranker
FileSearchRankingOptions.score_threshold
FileSearchTool
FileSearchToolCallContent
FileSearchToolCallContent.as_dict()
FileSearchToolCallContent.clear()
FileSearchToolCallContent.copy()
FileSearchToolCallContent.get()
FileSearchToolCallContent.items()
FileSearchToolCallContent.keys()
FileSearchToolCallContent.pop()
FileSearchToolCallContent.popitem()
FileSearchToolCallContent.setdefault()
FileSearchToolCallContent.update()
FileSearchToolCallContent.values()
FileSearchToolCallContent.text
FileSearchToolCallContent.type
FileSearchToolDefinition
FileSearchToolDefinition.as_dict()
FileSearchToolDefinition.clear()
FileSearchToolDefinition.copy()
FileSearchToolDefinition.get()
FileSearchToolDefinition.items()
FileSearchToolDefinition.keys()
FileSearchToolDefinition.pop()
FileSearchToolDefinition.popitem()
FileSearchToolDefinition.setdefault()
FileSearchToolDefinition.update()
FileSearchToolDefinition.values()
FileSearchToolDefinition.file_search
FileSearchToolDefinition.type
FileSearchToolDefinitionDetails
FileSearchToolDefinitionDetails.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_results
FileSearchToolDefinitionDetails.ranking_options
FileSearchToolResource
FileSearchToolResource.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_ids
FileSearchToolResource.vector_stores
FileState
FileState.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.DELETED
FileState.DELETING
FileState.ERROR
FileState.PENDING
FileState.PROCESSED
FileState.RUNNING
FileState.UPLOADED
Frequency
Frequency.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.DAY
Frequency.HOUR
Frequency.MINUTE
Frequency.MONTH
Frequency.WEEK
FunctionDefinition
FunctionDefinition.as_dict()
FunctionDefinition.clear()
FunctionDefinition.copy()
FunctionDefinition.get()
FunctionDefinition.items()
FunctionDefinition.keys()
FunctionDefinition.pop()
FunctionDefinition.popitem()
FunctionDefinition.setdefault()
FunctionDefinition.update()
FunctionDefinition.values()
FunctionDefinition.description
FunctionDefinition.name
FunctionDefinition.parameters
FunctionName
FunctionTool
FunctionToolDefinition
FunctionToolDefinition.as_dict()
FunctionToolDefinition.clear()
FunctionToolDefinition.copy()
FunctionToolDefinition.get()
FunctionToolDefinition.items()
FunctionToolDefinition.keys()
FunctionToolDefinition.pop()
FunctionToolDefinition.popitem()
FunctionToolDefinition.setdefault()
FunctionToolDefinition.update()
FunctionToolDefinition.values()
FunctionToolDefinition.function
FunctionToolDefinition.type
IncompleteDetailsReason
IncompleteDetailsReason.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_TOKENS
IncompleteDetailsReason.MAX_PROMPT_TOKENS
IncompleteRunDetails
IncompleteRunDetails.as_dict()
IncompleteRunDetails.clear()
IncompleteRunDetails.copy()
IncompleteRunDetails.get()
IncompleteRunDetails.items()
IncompleteRunDetails.keys()
IncompleteRunDetails.pop()
IncompleteRunDetails.popitem()
IncompleteRunDetails.setdefault()
IncompleteRunDetails.update()
IncompleteRunDetails.values()
IncompleteRunDetails.reason
IndexResource
IndexResource.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_id
IndexResource.index_name
InputData
ListSortOrder
ListSortOrder.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.ASCENDING
ListSortOrder.DESCENDING
MessageAttachment
MessageAttachment.as_dict()
MessageAttachment.clear()
MessageAttachment.copy()
MessageAttachment.get()
MessageAttachment.items()
MessageAttachment.keys()
MessageAttachment.pop()
MessageAttachment.popitem()
MessageAttachment.setdefault()
MessageAttachment.update()
MessageAttachment.values()
MessageAttachment.data_source
MessageAttachment.file_id
MessageAttachment.tools
MessageContent
MessageDelta
MessageDeltaChunk
MessageDeltaChunk.as_dict()
MessageDeltaChunk.clear()
MessageDeltaChunk.copy()
MessageDeltaChunk.get()
MessageDeltaChunk.items()
MessageDeltaChunk.keys()
MessageDeltaChunk.pop()
MessageDeltaChunk.popitem()
MessageDeltaChunk.setdefault()
MessageDeltaChunk.update()
MessageDeltaChunk.values()
MessageDeltaChunk.delta
MessageDeltaChunk.id
MessageDeltaChunk.object
MessageDeltaChunk.text
MessageDeltaContent
MessageDeltaContent.as_dict()
MessageDeltaContent.clear()
MessageDeltaContent.copy()
MessageDeltaContent.get()
MessageDeltaContent.items()
MessageDeltaContent.keys()
MessageDeltaContent.pop()
MessageDeltaContent.popitem()
MessageDeltaContent.setdefault()
MessageDeltaContent.update()
MessageDeltaContent.values()
MessageDeltaContent.index
MessageDeltaContent.type
MessageDeltaImageFileContent
MessageDeltaImageFileContent.as_dict()
MessageDeltaImageFileContent.clear()
MessageDeltaImageFileContent.copy()
MessageDeltaImageFileContent.get()
MessageDeltaImageFileContent.items()
MessageDeltaImageFileContent.keys()
MessageDeltaImageFileContent.pop()
MessageDeltaImageFileContent.popitem()
MessageDeltaImageFileContent.setdefault()
MessageDeltaImageFileContent.update()
MessageDeltaImageFileContent.values()
MessageDeltaImageFileContent.image_file
MessageDeltaImageFileContent.index
MessageDeltaImageFileContent.type
MessageDeltaImageFileContentObject
MessageDeltaImageFileContentObject.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
MessageDeltaTextAnnotation
MessageDeltaTextAnnotation.as_dict()
MessageDeltaTextAnnotation.clear()
MessageDeltaTextAnnotation.copy()
MessageDeltaTextAnnotation.get()
MessageDeltaTextAnnotation.items()
MessageDeltaTextAnnotation.keys()
MessageDeltaTextAnnotation.pop()
MessageDeltaTextAnnotation.popitem()
MessageDeltaTextAnnotation.setdefault()
MessageDeltaTextAnnotation.update()
MessageDeltaTextAnnotation.values()
MessageDeltaTextAnnotation.index
MessageDeltaTextAnnotation.type
MessageDeltaTextContent
MessageDeltaTextContent.as_dict()
MessageDeltaTextContent.clear()
MessageDeltaTextContent.copy()
MessageDeltaTextContent.get()
MessageDeltaTextContent.items()
MessageDeltaTextContent.keys()
MessageDeltaTextContent.pop()
MessageDeltaTextContent.popitem()
MessageDeltaTextContent.setdefault()
MessageDeltaTextContent.update()
MessageDeltaTextContent.values()
MessageDeltaTextContent.index
MessageDeltaTextContent.text
MessageDeltaTextContent.type
MessageDeltaTextContentObject
MessageDeltaTextContentObject.as_dict()
MessageDeltaTextContentObject.clear()
MessageDeltaTextContentObject.copy()
MessageDeltaTextContentObject.get()
MessageDeltaTextContentObject.items()
MessageDeltaTextContentObject.keys()
MessageDeltaTextContentObject.pop()
MessageDeltaTextContentObject.popitem()
MessageDeltaTextContentObject.setdefault()
MessageDeltaTextContentObject.update()
MessageDeltaTextContentObject.values()
MessageDeltaTextContentObject.annotations
MessageDeltaTextContentObject.value
MessageDeltaTextFileCitationAnnotation
MessageDeltaTextFileCitationAnnotation.as_dict()
MessageDeltaTextFileCitationAnnotation.clear()
MessageDeltaTextFileCitationAnnotation.copy()
MessageDeltaTextFileCitationAnnotation.get()
MessageDeltaTextFileCitationAnnotation.items()
MessageDeltaTextFileCitationAnnotation.keys()
MessageDeltaTextFileCitationAnnotation.pop()
MessageDeltaTextFileCitationAnnotation.popitem()
MessageDeltaTextFileCitationAnnotation.setdefault()
MessageDeltaTextFileCitationAnnotation.update()
MessageDeltaTextFileCitationAnnotation.values()
MessageDeltaTextFileCitationAnnotation.end_index
MessageDeltaTextFileCitationAnnotation.file_citation
MessageDeltaTextFileCitationAnnotation.index
MessageDeltaTextFileCitationAnnotation.start_index
MessageDeltaTextFileCitationAnnotation.text
MessageDeltaTextFileCitationAnnotation.type
MessageDeltaTextFileCitationAnnotationObject
MessageDeltaTextFileCitationAnnotationObject.as_dict()
MessageDeltaTextFileCitationAnnotationObject.clear()
MessageDeltaTextFileCitationAnnotationObject.copy()
MessageDeltaTextFileCitationAnnotationObject.get()
MessageDeltaTextFileCitationAnnotationObject.items()
MessageDeltaTextFileCitationAnnotationObject.keys()
MessageDeltaTextFileCitationAnnotationObject.pop()
MessageDeltaTextFileCitationAnnotationObject.popitem()
MessageDeltaTextFileCitationAnnotationObject.setdefault()
MessageDeltaTextFileCitationAnnotationObject.update()
MessageDeltaTextFileCitationAnnotationObject.values()
MessageDeltaTextFileCitationAnnotationObject.file_id
MessageDeltaTextFileCitationAnnotationObject.quote
MessageDeltaTextFilePathAnnotation
MessageDeltaTextFilePathAnnotation.as_dict()
MessageDeltaTextFilePathAnnotation.clear()
MessageDeltaTextFilePathAnnotation.copy()
MessageDeltaTextFilePathAnnotation.get()
MessageDeltaTextFilePathAnnotation.items()
MessageDeltaTextFilePathAnnotation.keys()
MessageDeltaTextFilePathAnnotation.pop()
MessageDeltaTextFilePathAnnotation.popitem()
MessageDeltaTextFilePathAnnotation.setdefault()
MessageDeltaTextFilePathAnnotation.update()
MessageDeltaTextFilePathAnnotation.values()
MessageDeltaTextFilePathAnnotation.end_index
MessageDeltaTextFilePathAnnotation.file_path
MessageDeltaTextFilePathAnnotation.index
MessageDeltaTextFilePathAnnotation.start_index
MessageDeltaTextFilePathAnnotation.text
MessageDeltaTextFilePathAnnotation.type
MessageDeltaTextFilePathAnnotationObject
MessageDeltaTextFilePathAnnotationObject.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
MessageImageFileContent
MessageImageFileContent.as_dict()
MessageImageFileContent.clear()
MessageImageFileContent.copy()
MessageImageFileContent.get()
MessageImageFileContent.items()
MessageImageFileContent.keys()
MessageImageFileContent.pop()
MessageImageFileContent.popitem()
MessageImageFileContent.setdefault()
MessageImageFileContent.update()
MessageImageFileContent.values()
MessageImageFileContent.image_file
MessageImageFileContent.type
MessageImageFileDetails
MessageImageFileDetails.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
MessageIncompleteDetails
MessageIncompleteDetails.as_dict()
MessageIncompleteDetails.clear()
MessageIncompleteDetails.copy()
MessageIncompleteDetails.get()
MessageIncompleteDetails.items()
MessageIncompleteDetails.keys()
MessageIncompleteDetails.pop()
MessageIncompleteDetails.popitem()
MessageIncompleteDetails.setdefault()
MessageIncompleteDetails.update()
MessageIncompleteDetails.values()
MessageIncompleteDetails.reason
MessageIncompleteDetailsReason
MessageIncompleteDetailsReason.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_FILTER
MessageIncompleteDetailsReason.MAX_TOKENS
MessageIncompleteDetailsReason.RUN_CANCELLED
MessageIncompleteDetailsReason.RUN_EXPIRED
MessageIncompleteDetailsReason.RUN_FAILED
MessageRole
MessageRole.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.AGENT
MessageRole.USER
MessageStatus
MessageStatus.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.COMPLETED
MessageStatus.INCOMPLETE
MessageStatus.IN_PROGRESS
MessageStreamEvent
MessageStreamEvent.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_COMPLETED
MessageStreamEvent.THREAD_MESSAGE_CREATED
MessageStreamEvent.THREAD_MESSAGE_DELTA
MessageStreamEvent.THREAD_MESSAGE_INCOMPLETE
MessageStreamEvent.THREAD_MESSAGE_IN_PROGRESS
MessageTextAnnotation
MessageTextAnnotation.as_dict()
MessageTextAnnotation.clear()
MessageTextAnnotation.copy()
MessageTextAnnotation.get()
MessageTextAnnotation.items()
MessageTextAnnotation.keys()
MessageTextAnnotation.pop()
MessageTextAnnotation.popitem()
MessageTextAnnotation.setdefault()
MessageTextAnnotation.update()
MessageTextAnnotation.values()
MessageTextAnnotation.text
MessageTextAnnotation.type
MessageTextContent
MessageTextContent.as_dict()
MessageTextContent.clear()
MessageTextContent.copy()
MessageTextContent.get()
MessageTextContent.items()
MessageTextContent.keys()
MessageTextContent.pop()
MessageTextContent.popitem()
MessageTextContent.setdefault()
MessageTextContent.update()
MessageTextContent.values()
MessageTextContent.text
MessageTextContent.type
MessageTextDetails
MessageTextDetails.as_dict()
MessageTextDetails.clear()
MessageTextDetails.copy()
MessageTextDetails.get()
MessageTextDetails.items()
MessageTextDetails.keys()
MessageTextDetails.pop()
MessageTextDetails.popitem()
MessageTextDetails.setdefault()
MessageTextDetails.update()
MessageTextDetails.values()
MessageTextDetails.annotations
MessageTextDetails.value
MessageTextFileCitationAnnotation
MessageTextFileCitationAnnotation.as_dict()
MessageTextFileCitationAnnotation.clear()
MessageTextFileCitationAnnotation.copy()
MessageTextFileCitationAnnotation.get()
MessageTextFileCitationAnnotation.items()
MessageTextFileCitationAnnotation.keys()
MessageTextFileCitationAnnotation.pop()
MessageTextFileCitationAnnotation.popitem()
MessageTextFileCitationAnnotation.setdefault()
MessageTextFileCitationAnnotation.update()
MessageTextFileCitationAnnotation.values()
MessageTextFileCitationAnnotation.end_index
MessageTextFileCitationAnnotation.file_citation
MessageTextFileCitationAnnotation.start_index
MessageTextFileCitationAnnotation.text
MessageTextFileCitationAnnotation.type
MessageTextFileCitationDetails
MessageTextFileCitationDetails.as_dict()
MessageTextFileCitationDetails.clear()
MessageTextFileCitationDetails.copy()
MessageTextFileCitationDetails.get()
MessageTextFileCitationDetails.items()
MessageTextFileCitationDetails.keys()
MessageTextFileCitationDetails.pop()
MessageTextFileCitationDetails.popitem()
MessageTextFileCitationDetails.setdefault()
MessageTextFileCitationDetails.update()
MessageTextFileCitationDetails.values()
MessageTextFileCitationDetails.file_id
MessageTextFileCitationDetails.quote
MessageTextFilePathAnnotation
MessageTextFilePathAnnotation.as_dict()
MessageTextFilePathAnnotation.clear()
MessageTextFilePathAnnotation.copy()
MessageTextFilePathAnnotation.get()
MessageTextFilePathAnnotation.items()
MessageTextFilePathAnnotation.keys()
MessageTextFilePathAnnotation.pop()
MessageTextFilePathAnnotation.popitem()
MessageTextFilePathAnnotation.setdefault()
MessageTextFilePathAnnotation.update()
MessageTextFilePathAnnotation.values()
MessageTextFilePathAnnotation.end_index
MessageTextFilePathAnnotation.file_path
MessageTextFilePathAnnotation.start_index
MessageTextFilePathAnnotation.text
MessageTextFilePathAnnotation.type
MessageTextFilePathDetails
MessageTextFilePathDetails.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
MicrosoftFabricToolDefinition
MicrosoftFabricToolDefinition.as_dict()
MicrosoftFabricToolDefinition.clear()
MicrosoftFabricToolDefinition.copy()
MicrosoftFabricToolDefinition.get()
MicrosoftFabricToolDefinition.items()
MicrosoftFabricToolDefinition.keys()
MicrosoftFabricToolDefinition.pop()
MicrosoftFabricToolDefinition.popitem()
MicrosoftFabricToolDefinition.setdefault()
MicrosoftFabricToolDefinition.update()
MicrosoftFabricToolDefinition.values()
MicrosoftFabricToolDefinition.fabric_aiskill
MicrosoftFabricToolDefinition.type
OpenAIFile
OpenAIFile.as_dict()
OpenAIFile.clear()
OpenAIFile.copy()
OpenAIFile.get()
OpenAIFile.items()
OpenAIFile.keys()
OpenAIFile.pop()
OpenAIFile.popitem()
OpenAIFile.setdefault()
OpenAIFile.update()
OpenAIFile.values()
OpenAIFile.bytes
OpenAIFile.created_at
OpenAIFile.filename
OpenAIFile.id
OpenAIFile.object
OpenAIFile.purpose
OpenAIFile.status
OpenAIFile.status_details
OpenAIPageableListOfAgent
OpenAIPageableListOfAgent.as_dict()
OpenAIPageableListOfAgent.clear()
OpenAIPageableListOfAgent.copy()
OpenAIPageableListOfAgent.get()
OpenAIPageableListOfAgent.items()
OpenAIPageableListOfAgent.keys()
OpenAIPageableListOfAgent.pop()
OpenAIPageableListOfAgent.popitem()
OpenAIPageableListOfAgent.setdefault()
OpenAIPageableListOfAgent.update()
OpenAIPageableListOfAgent.values()
OpenAIPageableListOfAgent.data
OpenAIPageableListOfAgent.first_id
OpenAIPageableListOfAgent.has_more
OpenAIPageableListOfAgent.last_id
OpenAIPageableListOfAgent.object
OpenAIPageableListOfRunStep
OpenAIPageableListOfRunStep.as_dict()
OpenAIPageableListOfRunStep.clear()
OpenAIPageableListOfRunStep.copy()
OpenAIPageableListOfRunStep.get()
OpenAIPageableListOfRunStep.items()
OpenAIPageableListOfRunStep.keys()
OpenAIPageableListOfRunStep.pop()
OpenAIPageableListOfRunStep.popitem()
OpenAIPageableListOfRunStep.setdefault()
OpenAIPageableListOfRunStep.update()
OpenAIPageableListOfRunStep.values()
OpenAIPageableListOfRunStep.data
OpenAIPageableListOfRunStep.first_id
OpenAIPageableListOfRunStep.has_more
OpenAIPageableListOfRunStep.last_id
OpenAIPageableListOfRunStep.object
OpenAIPageableListOfThreadMessage
OpenAIPageableListOfThreadMessage.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.data
OpenAIPageableListOfThreadMessage.file_citation_annotations
OpenAIPageableListOfThreadMessage.file_path_annotations
OpenAIPageableListOfThreadMessage.first_id
OpenAIPageableListOfThreadMessage.has_more
OpenAIPageableListOfThreadMessage.image_contents
OpenAIPageableListOfThreadMessage.last_id
OpenAIPageableListOfThreadMessage.object
OpenAIPageableListOfThreadMessage.text_messages
OpenAIPageableListOfThreadRun
OpenAIPageableListOfThreadRun.as_dict()
OpenAIPageableListOfThreadRun.clear()
OpenAIPageableListOfThreadRun.copy()
OpenAIPageableListOfThreadRun.get()
OpenAIPageableListOfThreadRun.items()
OpenAIPageableListOfThreadRun.keys()
OpenAIPageableListOfThreadRun.pop()
OpenAIPageableListOfThreadRun.popitem()
OpenAIPageableListOfThreadRun.setdefault()
OpenAIPageableListOfThreadRun.update()
OpenAIPageableListOfThreadRun.values()
OpenAIPageableListOfThreadRun.data
OpenAIPageableListOfThreadRun.first_id
OpenAIPageableListOfThreadRun.has_more
OpenAIPageableListOfThreadRun.last_id
OpenAIPageableListOfThreadRun.object
OpenAIPageableListOfVectorStore
OpenAIPageableListOfVectorStore.as_dict()
OpenAIPageableListOfVectorStore.clear()
OpenAIPageableListOfVectorStore.copy()
OpenAIPageableListOfVectorStore.get()
OpenAIPageableListOfVectorStore.items()
OpenAIPageableListOfVectorStore.keys()
OpenAIPageableListOfVectorStore.pop()
OpenAIPageableListOfVectorStore.popitem()
OpenAIPageableListOfVectorStore.setdefault()
OpenAIPageableListOfVectorStore.update()
OpenAIPageableListOfVectorStore.values()
OpenAIPageableListOfVectorStore.data
OpenAIPageableListOfVectorStore.first_id
OpenAIPageableListOfVectorStore.has_more
OpenAIPageableListOfVectorStore.last_id
OpenAIPageableListOfVectorStore.object
OpenAIPageableListOfVectorStoreFile
OpenAIPageableListOfVectorStoreFile.as_dict()
OpenAIPageableListOfVectorStoreFile.clear()
OpenAIPageableListOfVectorStoreFile.copy()
OpenAIPageableListOfVectorStoreFile.get()
OpenAIPageableListOfVectorStoreFile.items()
OpenAIPageableListOfVectorStoreFile.keys()
OpenAIPageableListOfVectorStoreFile.pop()
OpenAIPageableListOfVectorStoreFile.popitem()
OpenAIPageableListOfVectorStoreFile.setdefault()
OpenAIPageableListOfVectorStoreFile.update()
OpenAIPageableListOfVectorStoreFile.values()
OpenAIPageableListOfVectorStoreFile.data
OpenAIPageableListOfVectorStoreFile.first_id
OpenAIPageableListOfVectorStoreFile.has_more
OpenAIPageableListOfVectorStoreFile.last_id
OpenAIPageableListOfVectorStoreFile.object
OpenApiAnonymousAuthDetails
OpenApiAnonymousAuthDetails.as_dict()
OpenApiAnonymousAuthDetails.clear()
OpenApiAnonymousAuthDetails.copy()
OpenApiAnonymousAuthDetails.get()
OpenApiAnonymousAuthDetails.items()
OpenApiAnonymousAuthDetails.keys()
OpenApiAnonymousAuthDetails.pop()
OpenApiAnonymousAuthDetails.popitem()
OpenApiAnonymousAuthDetails.setdefault()
OpenApiAnonymousAuthDetails.update()
OpenApiAnonymousAuthDetails.values()
OpenApiAnonymousAuthDetails.type
OpenApiAuthDetails
OpenApiAuthDetails.as_dict()
OpenApiAuthDetails.clear()
OpenApiAuthDetails.copy()
OpenApiAuthDetails.get()
OpenApiAuthDetails.items()
OpenApiAuthDetails.keys()
OpenApiAuthDetails.pop()
OpenApiAuthDetails.popitem()
OpenApiAuthDetails.setdefault()
OpenApiAuthDetails.update()
OpenApiAuthDetails.values()
OpenApiAuthDetails.type
OpenApiAuthType
OpenApiAuthType.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.ANONYMOUS
OpenApiAuthType.CONNECTION
OpenApiAuthType.MANAGED_IDENTITY
OpenApiConnectionAuthDetails
OpenApiConnectionAuthDetails.as_dict()
OpenApiConnectionAuthDetails.clear()
OpenApiConnectionAuthDetails.copy()
OpenApiConnectionAuthDetails.get()
OpenApiConnectionAuthDetails.items()
OpenApiConnectionAuthDetails.keys()
OpenApiConnectionAuthDetails.pop()
OpenApiConnectionAuthDetails.popitem()
OpenApiConnectionAuthDetails.setdefault()
OpenApiConnectionAuthDetails.update()
OpenApiConnectionAuthDetails.values()
OpenApiConnectionAuthDetails.security_scheme
OpenApiConnectionAuthDetails.type
OpenApiConnectionSecurityScheme
OpenApiConnectionSecurityScheme.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
OpenApiFunctionDefinition
OpenApiFunctionDefinition.as_dict()
OpenApiFunctionDefinition.clear()
OpenApiFunctionDefinition.copy()
OpenApiFunctionDefinition.get()
OpenApiFunctionDefinition.items()
OpenApiFunctionDefinition.keys()
OpenApiFunctionDefinition.pop()
OpenApiFunctionDefinition.popitem()
OpenApiFunctionDefinition.setdefault()
OpenApiFunctionDefinition.update()
OpenApiFunctionDefinition.values()
OpenApiFunctionDefinition.auth
OpenApiFunctionDefinition.description
OpenApiFunctionDefinition.name
OpenApiFunctionDefinition.spec
OpenApiManagedAuthDetails
OpenApiManagedAuthDetails.as_dict()
OpenApiManagedAuthDetails.clear()
OpenApiManagedAuthDetails.copy()
OpenApiManagedAuthDetails.get()
OpenApiManagedAuthDetails.items()
OpenApiManagedAuthDetails.keys()
OpenApiManagedAuthDetails.pop()
OpenApiManagedAuthDetails.popitem()
OpenApiManagedAuthDetails.setdefault()
OpenApiManagedAuthDetails.update()
OpenApiManagedAuthDetails.values()
OpenApiManagedAuthDetails.security_scheme
OpenApiManagedAuthDetails.type
OpenApiManagedSecurityScheme
OpenApiManagedSecurityScheme.as_dict()
OpenApiManagedSecurityScheme.clear()
OpenApiManagedSecurityScheme.copy()
OpenApiManagedSecurityScheme.get()
OpenApiManagedSecurityScheme.items()
OpenApiManagedSecurityScheme.keys()
OpenApiManagedSecurityScheme.pop()
OpenApiManagedSecurityScheme.popitem()
OpenApiManagedSecurityScheme.setdefault()
OpenApiManagedSecurityScheme.update()
OpenApiManagedSecurityScheme.values()
OpenApiManagedSecurityScheme.audience
OpenApiTool
OpenApiToolDefinition
OpenApiToolDefinition.as_dict()
OpenApiToolDefinition.clear()
OpenApiToolDefinition.copy()
OpenApiToolDefinition.get()
OpenApiToolDefinition.items()
OpenApiToolDefinition.keys()
OpenApiToolDefinition.pop()
OpenApiToolDefinition.popitem()
OpenApiToolDefinition.setdefault()
OpenApiToolDefinition.update()
OpenApiToolDefinition.values()
OpenApiToolDefinition.openapi
OpenApiToolDefinition.type
RecurrenceSchedule
RecurrenceSchedule.as_dict()
RecurrenceSchedule.clear()
RecurrenceSchedule.copy()
RecurrenceSchedule.get()
RecurrenceSchedule.items()
RecurrenceSchedule.keys()
RecurrenceSchedule.pop()
RecurrenceSchedule.popitem()
RecurrenceSchedule.setdefault()
RecurrenceSchedule.update()
RecurrenceSchedule.values()
RecurrenceSchedule.hours
RecurrenceSchedule.minutes
RecurrenceSchedule.month_days
RecurrenceSchedule.week_days
RecurrenceTrigger
RecurrenceTrigger.as_dict()
RecurrenceTrigger.clear()
RecurrenceTrigger.copy()
RecurrenceTrigger.get()
RecurrenceTrigger.items()
RecurrenceTrigger.keys()
RecurrenceTrigger.pop()
RecurrenceTrigger.popitem()
RecurrenceTrigger.setdefault()
RecurrenceTrigger.update()
RecurrenceTrigger.values()
RecurrenceTrigger.frequency
RecurrenceTrigger.interval
RecurrenceTrigger.schedule
RecurrenceTrigger.type
RequiredAction
RequiredFunctionToolCall
RequiredFunctionToolCall.as_dict()
RequiredFunctionToolCall.clear()
RequiredFunctionToolCall.copy()
RequiredFunctionToolCall.get()
RequiredFunctionToolCall.items()
RequiredFunctionToolCall.keys()
RequiredFunctionToolCall.pop()
RequiredFunctionToolCall.popitem()
RequiredFunctionToolCall.setdefault()
RequiredFunctionToolCall.update()
RequiredFunctionToolCall.values()
RequiredFunctionToolCall.function
RequiredFunctionToolCall.id
RequiredFunctionToolCall.type
RequiredFunctionToolCallDetails
RequiredFunctionToolCallDetails.as_dict()
RequiredFunctionToolCallDetails.clear()
RequiredFunctionToolCallDetails.copy()
RequiredFunctionToolCallDetails.get()
RequiredFunctionToolCallDetails.items()
RequiredFunctionToolCallDetails.keys()
RequiredFunctionToolCallDetails.pop()
RequiredFunctionToolCallDetails.popitem()
RequiredFunctionToolCallDetails.setdefault()
RequiredFunctionToolCallDetails.update()
RequiredFunctionToolCallDetails.values()
RequiredFunctionToolCallDetails.arguments
RequiredFunctionToolCallDetails.name
RequiredToolCall
RequiredToolCall.as_dict()
RequiredToolCall.clear()
RequiredToolCall.copy()
RequiredToolCall.get()
RequiredToolCall.items()
RequiredToolCall.keys()
RequiredToolCall.pop()
RequiredToolCall.popitem()
RequiredToolCall.setdefault()
RequiredToolCall.update()
RequiredToolCall.values()
RequiredToolCall.id
RequiredToolCall.type
ResponseFormat
ResponseFormat.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_OBJECT
ResponseFormat.TEXT
ResponseFormatJsonSchema
ResponseFormatJsonSchema.as_dict()
ResponseFormatJsonSchema.clear()
ResponseFormatJsonSchema.copy()
ResponseFormatJsonSchema.get()
ResponseFormatJsonSchema.items()
ResponseFormatJsonSchema.keys()
ResponseFormatJsonSchema.pop()
ResponseFormatJsonSchema.popitem()
ResponseFormatJsonSchema.setdefault()
ResponseFormatJsonSchema.update()
ResponseFormatJsonSchema.values()
ResponseFormatJsonSchema.description
ResponseFormatJsonSchema.name
ResponseFormatJsonSchema.schema
ResponseFormatJsonSchemaType
ResponseFormatJsonSchemaType.as_dict()
ResponseFormatJsonSchemaType.clear()
ResponseFormatJsonSchemaType.copy()
ResponseFormatJsonSchemaType.get()
ResponseFormatJsonSchemaType.items()
ResponseFormatJsonSchemaType.keys()
ResponseFormatJsonSchemaType.pop()
ResponseFormatJsonSchemaType.popitem()
ResponseFormatJsonSchemaType.setdefault()
ResponseFormatJsonSchemaType.update()
ResponseFormatJsonSchemaType.values()
ResponseFormatJsonSchemaType.json_schema
ResponseFormatJsonSchemaType.type
RunAdditionalFieldList
RunAdditionalFieldList.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
RunCompletionUsage
RunCompletionUsage.as_dict()
RunCompletionUsage.clear()
RunCompletionUsage.copy()
RunCompletionUsage.get()
RunCompletionUsage.items()
RunCompletionUsage.keys()
RunCompletionUsage.pop()
RunCompletionUsage.popitem()
RunCompletionUsage.setdefault()
RunCompletionUsage.update()
RunCompletionUsage.values()
RunCompletionUsage.completion_tokens
RunCompletionUsage.prompt_tokens
RunCompletionUsage.total_tokens
RunError
RunStatus
RunStatus.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.CANCELLED
RunStatus.CANCELLING
RunStatus.COMPLETED
RunStatus.EXPIRED
RunStatus.FAILED
RunStatus.IN_PROGRESS
RunStatus.QUEUED
RunStatus.REQUIRES_ACTION
RunStep
RunStep.as_dict()
RunStep.clear()
RunStep.copy()
RunStep.get()
RunStep.items()
RunStep.keys()
RunStep.pop()
RunStep.popitem()
RunStep.setdefault()
RunStep.update()
RunStep.values()
RunStep.assistant_id
RunStep.cancelled_at
RunStep.completed_at
RunStep.created_at
RunStep.expired_at
RunStep.failed_at
RunStep.id
RunStep.last_error
RunStep.metadata
RunStep.object
RunStep.run_id
RunStep.status
RunStep.step_details
RunStep.thread_id
RunStep.type
RunStep.usage
RunStepAzureAISearchToolCall
RunStepAzureAISearchToolCall.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_search
RunStepAzureAISearchToolCall.id
RunStepAzureAISearchToolCall.type
RunStepBingGroundingToolCall
RunStepBingGroundingToolCall.as_dict()
RunStepBingGroundingToolCall.clear()
RunStepBingGroundingToolCall.copy()
RunStepBingGroundingToolCall.get()
RunStepBingGroundingToolCall.items()
RunStepBingGroundingToolCall.keys()
RunStepBingGroundingToolCall.pop()
RunStepBingGroundingToolCall.popitem()
RunStepBingGroundingToolCall.setdefault()
RunStepBingGroundingToolCall.update()
RunStepBingGroundingToolCall.values()
RunStepBingGroundingToolCall.bing_grounding
RunStepBingGroundingToolCall.id
RunStepBingGroundingToolCall.type
RunStepCodeInterpreterImageOutput
RunStepCodeInterpreterImageOutput.as_dict()
RunStepCodeInterpreterImageOutput.clear()
RunStepCodeInterpreterImageOutput.copy()
RunStepCodeInterpreterImageOutput.get()
RunStepCodeInterpreterImageOutput.items()
RunStepCodeInterpreterImageOutput.keys()
RunStepCodeInterpreterImageOutput.pop()
RunStepCodeInterpreterImageOutput.popitem()
RunStepCodeInterpreterImageOutput.setdefault()
RunStepCodeInterpreterImageOutput.update()
RunStepCodeInterpreterImageOutput.values()
RunStepCodeInterpreterImageOutput.image
RunStepCodeInterpreterImageOutput.type
RunStepCodeInterpreterImageReference
RunStepCodeInterpreterImageReference.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
RunStepCodeInterpreterLogOutput
RunStepCodeInterpreterLogOutput.as_dict()
RunStepCodeInterpreterLogOutput.clear()
RunStepCodeInterpreterLogOutput.copy()
RunStepCodeInterpreterLogOutput.get()
RunStepCodeInterpreterLogOutput.items()
RunStepCodeInterpreterLogOutput.keys()
RunStepCodeInterpreterLogOutput.pop()
RunStepCodeInterpreterLogOutput.popitem()
RunStepCodeInterpreterLogOutput.setdefault()
RunStepCodeInterpreterLogOutput.update()
RunStepCodeInterpreterLogOutput.values()
RunStepCodeInterpreterLogOutput.logs
RunStepCodeInterpreterLogOutput.type
RunStepCodeInterpreterToolCall
RunStepCodeInterpreterToolCall.as_dict()
RunStepCodeInterpreterToolCall.clear()
RunStepCodeInterpreterToolCall.copy()
RunStepCodeInterpreterToolCall.get()
RunStepCodeInterpreterToolCall.items()
RunStepCodeInterpreterToolCall.keys()
RunStepCodeInterpreterToolCall.pop()
RunStepCodeInterpreterToolCall.popitem()
RunStepCodeInterpreterToolCall.setdefault()
RunStepCodeInterpreterToolCall.update()
RunStepCodeInterpreterToolCall.values()
RunStepCodeInterpreterToolCall.code_interpreter
RunStepCodeInterpreterToolCall.id
RunStepCodeInterpreterToolCall.type
RunStepCodeInterpreterToolCallDetails
RunStepCodeInterpreterToolCallDetails.as_dict()
RunStepCodeInterpreterToolCallDetails.clear()
RunStepCodeInterpreterToolCallDetails.copy()
RunStepCodeInterpreterToolCallDetails.get()
RunStepCodeInterpreterToolCallDetails.items()
RunStepCodeInterpreterToolCallDetails.keys()
RunStepCodeInterpreterToolCallDetails.pop()
RunStepCodeInterpreterToolCallDetails.popitem()
RunStepCodeInterpreterToolCallDetails.setdefault()
RunStepCodeInterpreterToolCallDetails.update()
RunStepCodeInterpreterToolCallDetails.values()
RunStepCodeInterpreterToolCallDetails.input
RunStepCodeInterpreterToolCallDetails.outputs
RunStepCodeInterpreterToolCallOutput
RunStepCodeInterpreterToolCallOutput.as_dict()
RunStepCodeInterpreterToolCallOutput.clear()
RunStepCodeInterpreterToolCallOutput.copy()
RunStepCodeInterpreterToolCallOutput.get()
RunStepCodeInterpreterToolCallOutput.items()
RunStepCodeInterpreterToolCallOutput.keys()
RunStepCodeInterpreterToolCallOutput.pop()
RunStepCodeInterpreterToolCallOutput.popitem()
RunStepCodeInterpreterToolCallOutput.setdefault()
RunStepCodeInterpreterToolCallOutput.update()
RunStepCodeInterpreterToolCallOutput.values()
RunStepCodeInterpreterToolCallOutput.type
RunStepCompletionUsage
RunStepCompletionUsage.as_dict()
RunStepCompletionUsage.clear()
RunStepCompletionUsage.copy()
RunStepCompletionUsage.get()
RunStepCompletionUsage.items()
RunStepCompletionUsage.keys()
RunStepCompletionUsage.pop()
RunStepCompletionUsage.popitem()
RunStepCompletionUsage.setdefault()
RunStepCompletionUsage.update()
RunStepCompletionUsage.values()
RunStepCompletionUsage.completion_tokens
RunStepCompletionUsage.prompt_tokens
RunStepCompletionUsage.total_tokens
RunStepDelta
RunStepDeltaChunk
RunStepDeltaChunk.as_dict()
RunStepDeltaChunk.clear()
RunStepDeltaChunk.copy()
RunStepDeltaChunk.get()
RunStepDeltaChunk.items()
RunStepDeltaChunk.keys()
RunStepDeltaChunk.pop()
RunStepDeltaChunk.popitem()
RunStepDeltaChunk.setdefault()
RunStepDeltaChunk.update()
RunStepDeltaChunk.values()
RunStepDeltaChunk.delta
RunStepDeltaChunk.id
RunStepDeltaChunk.object
RunStepDeltaCodeInterpreterDetailItemObject
RunStepDeltaCodeInterpreterDetailItemObject.as_dict()
RunStepDeltaCodeInterpreterDetailItemObject.clear()
RunStepDeltaCodeInterpreterDetailItemObject.copy()
RunStepDeltaCodeInterpreterDetailItemObject.get()
RunStepDeltaCodeInterpreterDetailItemObject.items()
RunStepDeltaCodeInterpreterDetailItemObject.keys()
RunStepDeltaCodeInterpreterDetailItemObject.pop()
RunStepDeltaCodeInterpreterDetailItemObject.popitem()
RunStepDeltaCodeInterpreterDetailItemObject.setdefault()
RunStepDeltaCodeInterpreterDetailItemObject.update()
RunStepDeltaCodeInterpreterDetailItemObject.values()
RunStepDeltaCodeInterpreterDetailItemObject.input
RunStepDeltaCodeInterpreterDetailItemObject.outputs
RunStepDeltaCodeInterpreterImageOutput
RunStepDeltaCodeInterpreterImageOutput.as_dict()
RunStepDeltaCodeInterpreterImageOutput.clear()
RunStepDeltaCodeInterpreterImageOutput.copy()
RunStepDeltaCodeInterpreterImageOutput.get()
RunStepDeltaCodeInterpreterImageOutput.items()
RunStepDeltaCodeInterpreterImageOutput.keys()
RunStepDeltaCodeInterpreterImageOutput.pop()
RunStepDeltaCodeInterpreterImageOutput.popitem()
RunStepDeltaCodeInterpreterImageOutput.setdefault()
RunStepDeltaCodeInterpreterImageOutput.update()
RunStepDeltaCodeInterpreterImageOutput.values()
RunStepDeltaCodeInterpreterImageOutput.image
RunStepDeltaCodeInterpreterImageOutput.index
RunStepDeltaCodeInterpreterImageOutput.type
RunStepDeltaCodeInterpreterImageOutputObject
RunStepDeltaCodeInterpreterImageOutputObject.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
RunStepDeltaCodeInterpreterLogOutput
RunStepDeltaCodeInterpreterLogOutput.as_dict()
RunStepDeltaCodeInterpreterLogOutput.clear()
RunStepDeltaCodeInterpreterLogOutput.copy()
RunStepDeltaCodeInterpreterLogOutput.get()
RunStepDeltaCodeInterpreterLogOutput.items()
RunStepDeltaCodeInterpreterLogOutput.keys()
RunStepDeltaCodeInterpreterLogOutput.pop()
RunStepDeltaCodeInterpreterLogOutput.popitem()
RunStepDeltaCodeInterpreterLogOutput.setdefault()
RunStepDeltaCodeInterpreterLogOutput.update()
RunStepDeltaCodeInterpreterLogOutput.values()
RunStepDeltaCodeInterpreterLogOutput.index
RunStepDeltaCodeInterpreterLogOutput.logs
RunStepDeltaCodeInterpreterLogOutput.type
RunStepDeltaCodeInterpreterOutput
RunStepDeltaCodeInterpreterOutput.as_dict()
RunStepDeltaCodeInterpreterOutput.clear()
RunStepDeltaCodeInterpreterOutput.copy()
RunStepDeltaCodeInterpreterOutput.get()
RunStepDeltaCodeInterpreterOutput.items()
RunStepDeltaCodeInterpreterOutput.keys()
RunStepDeltaCodeInterpreterOutput.pop()
RunStepDeltaCodeInterpreterOutput.popitem()
RunStepDeltaCodeInterpreterOutput.setdefault()
RunStepDeltaCodeInterpreterOutput.update()
RunStepDeltaCodeInterpreterOutput.values()
RunStepDeltaCodeInterpreterOutput.index
RunStepDeltaCodeInterpreterOutput.type
RunStepDeltaCodeInterpreterToolCall
RunStepDeltaCodeInterpreterToolCall.as_dict()
RunStepDeltaCodeInterpreterToolCall.clear()
RunStepDeltaCodeInterpreterToolCall.copy()
RunStepDeltaCodeInterpreterToolCall.get()
RunStepDeltaCodeInterpreterToolCall.items()
RunStepDeltaCodeInterpreterToolCall.keys()
RunStepDeltaCodeInterpreterToolCall.pop()
RunStepDeltaCodeInterpreterToolCall.popitem()
RunStepDeltaCodeInterpreterToolCall.setdefault()
RunStepDeltaCodeInterpreterToolCall.update()
RunStepDeltaCodeInterpreterToolCall.values()
RunStepDeltaCodeInterpreterToolCall.code_interpreter
RunStepDeltaCodeInterpreterToolCall.id
RunStepDeltaCodeInterpreterToolCall.index
RunStepDeltaCodeInterpreterToolCall.type
RunStepDeltaDetail
RunStepDeltaDetail.as_dict()
RunStepDeltaDetail.clear()
RunStepDeltaDetail.copy()
RunStepDeltaDetail.get()
RunStepDeltaDetail.items()
RunStepDeltaDetail.keys()
RunStepDeltaDetail.pop()
RunStepDeltaDetail.popitem()
RunStepDeltaDetail.setdefault()
RunStepDeltaDetail.update()
RunStepDeltaDetail.values()
RunStepDeltaDetail.type
RunStepDeltaFileSearchToolCall
RunStepDeltaFileSearchToolCall.as_dict()
RunStepDeltaFileSearchToolCall.clear()
RunStepDeltaFileSearchToolCall.copy()
RunStepDeltaFileSearchToolCall.get()
RunStepDeltaFileSearchToolCall.items()
RunStepDeltaFileSearchToolCall.keys()
RunStepDeltaFileSearchToolCall.pop()
RunStepDeltaFileSearchToolCall.popitem()
RunStepDeltaFileSearchToolCall.setdefault()
RunStepDeltaFileSearchToolCall.update()
RunStepDeltaFileSearchToolCall.values()
RunStepDeltaFileSearchToolCall.file_search
RunStepDeltaFileSearchToolCall.id
RunStepDeltaFileSearchToolCall.index
RunStepDeltaFileSearchToolCall.type
RunStepDeltaFunction
RunStepDeltaFunction.as_dict()
RunStepDeltaFunction.clear()
RunStepDeltaFunction.copy()
RunStepDeltaFunction.get()
RunStepDeltaFunction.items()
RunStepDeltaFunction.keys()
RunStepDeltaFunction.pop()
RunStepDeltaFunction.popitem()
RunStepDeltaFunction.setdefault()
RunStepDeltaFunction.update()
RunStepDeltaFunction.values()
RunStepDeltaFunction.arguments
RunStepDeltaFunction.name
RunStepDeltaFunction.output
RunStepDeltaFunctionToolCall
RunStepDeltaFunctionToolCall.as_dict()
RunStepDeltaFunctionToolCall.clear()
RunStepDeltaFunctionToolCall.copy()
RunStepDeltaFunctionToolCall.get()
RunStepDeltaFunctionToolCall.items()
RunStepDeltaFunctionToolCall.keys()
RunStepDeltaFunctionToolCall.pop()
RunStepDeltaFunctionToolCall.popitem()
RunStepDeltaFunctionToolCall.setdefault()
RunStepDeltaFunctionToolCall.update()
RunStepDeltaFunctionToolCall.values()
RunStepDeltaFunctionToolCall.function
RunStepDeltaFunctionToolCall.id
RunStepDeltaFunctionToolCall.index
RunStepDeltaFunctionToolCall.type
RunStepDeltaMessageCreation
RunStepDeltaMessageCreation.as_dict()
RunStepDeltaMessageCreation.clear()
RunStepDeltaMessageCreation.copy()
RunStepDeltaMessageCreation.get()
RunStepDeltaMessageCreation.items()
RunStepDeltaMessageCreation.keys()
RunStepDeltaMessageCreation.pop()
RunStepDeltaMessageCreation.popitem()
RunStepDeltaMessageCreation.setdefault()
RunStepDeltaMessageCreation.update()
RunStepDeltaMessageCreation.values()
RunStepDeltaMessageCreation.message_creation
RunStepDeltaMessageCreation.type
RunStepDeltaMessageCreationObject
RunStepDeltaMessageCreationObject.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
RunStepDeltaToolCall
RunStepDeltaToolCall.as_dict()
RunStepDeltaToolCall.clear()
RunStepDeltaToolCall.copy()
RunStepDeltaToolCall.get()
RunStepDeltaToolCall.items()
RunStepDeltaToolCall.keys()
RunStepDeltaToolCall.pop()
RunStepDeltaToolCall.popitem()
RunStepDeltaToolCall.setdefault()
RunStepDeltaToolCall.update()
RunStepDeltaToolCall.values()
RunStepDeltaToolCall.id
RunStepDeltaToolCall.index
RunStepDeltaToolCall.type
RunStepDeltaToolCallObject
RunStepDeltaToolCallObject.as_dict()
RunStepDeltaToolCallObject.clear()
RunStepDeltaToolCallObject.copy()
RunStepDeltaToolCallObject.get()
RunStepDeltaToolCallObject.items()
RunStepDeltaToolCallObject.keys()
RunStepDeltaToolCallObject.pop()
RunStepDeltaToolCallObject.popitem()
RunStepDeltaToolCallObject.setdefault()
RunStepDeltaToolCallObject.update()
RunStepDeltaToolCallObject.values()
RunStepDeltaToolCallObject.tool_calls
RunStepDeltaToolCallObject.type
RunStepDetails
RunStepError
RunStepErrorCode
RunStepErrorCode.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_EXCEEDED
RunStepErrorCode.SERVER_ERROR
RunStepFileSearchToolCall
RunStepFileSearchToolCall.as_dict()
RunStepFileSearchToolCall.clear()
RunStepFileSearchToolCall.copy()
RunStepFileSearchToolCall.get()
RunStepFileSearchToolCall.items()
RunStepFileSearchToolCall.keys()
RunStepFileSearchToolCall.pop()
RunStepFileSearchToolCall.popitem()
RunStepFileSearchToolCall.setdefault()
RunStepFileSearchToolCall.update()
RunStepFileSearchToolCall.values()
RunStepFileSearchToolCall.file_search
RunStepFileSearchToolCall.id
RunStepFileSearchToolCall.type
RunStepFileSearchToolCallResult
RunStepFileSearchToolCallResult.as_dict()
RunStepFileSearchToolCallResult.clear()
RunStepFileSearchToolCallResult.copy()
RunStepFileSearchToolCallResult.get()
RunStepFileSearchToolCallResult.items()
RunStepFileSearchToolCallResult.keys()
RunStepFileSearchToolCallResult.pop()
RunStepFileSearchToolCallResult.popitem()
RunStepFileSearchToolCallResult.setdefault()
RunStepFileSearchToolCallResult.update()
RunStepFileSearchToolCallResult.values()
RunStepFileSearchToolCallResult.content
RunStepFileSearchToolCallResult.file_id
RunStepFileSearchToolCallResult.file_name
RunStepFileSearchToolCallResult.score
RunStepFileSearchToolCallResults
RunStepFileSearchToolCallResults.as_dict()
RunStepFileSearchToolCallResults.clear()
RunStepFileSearchToolCallResults.copy()
RunStepFileSearchToolCallResults.get()
RunStepFileSearchToolCallResults.items()
RunStepFileSearchToolCallResults.keys()
RunStepFileSearchToolCallResults.pop()
RunStepFileSearchToolCallResults.popitem()
RunStepFileSearchToolCallResults.setdefault()
RunStepFileSearchToolCallResults.update()
RunStepFileSearchToolCallResults.values()
RunStepFileSearchToolCallResults.ranking_options
RunStepFileSearchToolCallResults.results
RunStepFunctionToolCall
RunStepFunctionToolCall.as_dict()
RunStepFunctionToolCall.clear()
RunStepFunctionToolCall.copy()
RunStepFunctionToolCall.get()
RunStepFunctionToolCall.items()
RunStepFunctionToolCall.keys()
RunStepFunctionToolCall.pop()
RunStepFunctionToolCall.popitem()
RunStepFunctionToolCall.setdefault()
RunStepFunctionToolCall.update()
RunStepFunctionToolCall.values()
RunStepFunctionToolCall.function
RunStepFunctionToolCall.id
RunStepFunctionToolCall.type
RunStepFunctionToolCallDetails
RunStepFunctionToolCallDetails.as_dict()
RunStepFunctionToolCallDetails.clear()
RunStepFunctionToolCallDetails.copy()
RunStepFunctionToolCallDetails.get()
RunStepFunctionToolCallDetails.items()
RunStepFunctionToolCallDetails.keys()
RunStepFunctionToolCallDetails.pop()
RunStepFunctionToolCallDetails.popitem()
RunStepFunctionToolCallDetails.setdefault()
RunStepFunctionToolCallDetails.update()
RunStepFunctionToolCallDetails.values()
RunStepFunctionToolCallDetails.arguments
RunStepFunctionToolCallDetails.name
RunStepFunctionToolCallDetails.output
RunStepMessageCreationDetails
RunStepMessageCreationDetails.as_dict()
RunStepMessageCreationDetails.clear()
RunStepMessageCreationDetails.copy()
RunStepMessageCreationDetails.get()
RunStepMessageCreationDetails.items()
RunStepMessageCreationDetails.keys()
RunStepMessageCreationDetails.pop()
RunStepMessageCreationDetails.popitem()
RunStepMessageCreationDetails.setdefault()
RunStepMessageCreationDetails.update()
RunStepMessageCreationDetails.values()
RunStepMessageCreationDetails.message_creation
RunStepMessageCreationDetails.type
RunStepMessageCreationReference
RunStepMessageCreationReference.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
RunStepMicrosoftFabricToolCall
RunStepMicrosoftFabricToolCall.as_dict()
RunStepMicrosoftFabricToolCall.clear()
RunStepMicrosoftFabricToolCall.copy()
RunStepMicrosoftFabricToolCall.get()
RunStepMicrosoftFabricToolCall.items()
RunStepMicrosoftFabricToolCall.keys()
RunStepMicrosoftFabricToolCall.pop()
RunStepMicrosoftFabricToolCall.popitem()
RunStepMicrosoftFabricToolCall.setdefault()
RunStepMicrosoftFabricToolCall.update()
RunStepMicrosoftFabricToolCall.values()
RunStepMicrosoftFabricToolCall.id
RunStepMicrosoftFabricToolCall.microsoft_fabric
RunStepMicrosoftFabricToolCall.type
RunStepSharepointToolCall
RunStepSharepointToolCall.as_dict()
RunStepSharepointToolCall.clear()
RunStepSharepointToolCall.copy()
RunStepSharepointToolCall.get()
RunStepSharepointToolCall.items()
RunStepSharepointToolCall.keys()
RunStepSharepointToolCall.pop()
RunStepSharepointToolCall.popitem()
RunStepSharepointToolCall.setdefault()
RunStepSharepointToolCall.update()
RunStepSharepointToolCall.values()
RunStepSharepointToolCall.id
RunStepSharepointToolCall.share_point
RunStepSharepointToolCall.type
RunStepStatus
RunStepStatus.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.CANCELLED
RunStepStatus.COMPLETED
RunStepStatus.EXPIRED
RunStepStatus.FAILED
RunStepStatus.IN_PROGRESS
RunStepStreamEvent
RunStepStreamEvent.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_CANCELLED
RunStepStreamEvent.THREAD_RUN_STEP_COMPLETED
RunStepStreamEvent.THREAD_RUN_STEP_CREATED
RunStepStreamEvent.THREAD_RUN_STEP_DELTA
RunStepStreamEvent.THREAD_RUN_STEP_EXPIRED
RunStepStreamEvent.THREAD_RUN_STEP_FAILED
RunStepStreamEvent.THREAD_RUN_STEP_IN_PROGRESS
RunStepToolCall
RunStepToolCall.as_dict()
RunStepToolCall.clear()
RunStepToolCall.copy()
RunStepToolCall.get()
RunStepToolCall.items()
RunStepToolCall.keys()
RunStepToolCall.pop()
RunStepToolCall.popitem()
RunStepToolCall.setdefault()
RunStepToolCall.update()
RunStepToolCall.values()
RunStepToolCall.id
RunStepToolCall.type
RunStepToolCallDetails
RunStepToolCallDetails.as_dict()
RunStepToolCallDetails.clear()
RunStepToolCallDetails.copy()
RunStepToolCallDetails.get()
RunStepToolCallDetails.items()
RunStepToolCallDetails.keys()
RunStepToolCallDetails.pop()
RunStepToolCallDetails.popitem()
RunStepToolCallDetails.setdefault()
RunStepToolCallDetails.update()
RunStepToolCallDetails.values()
RunStepToolCallDetails.tool_calls
RunStepToolCallDetails.type
RunStepType
RunStepType.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_CREATION
RunStepType.TOOL_CALLS
RunStreamEvent
RunStreamEvent.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_CANCELLED
RunStreamEvent.THREAD_RUN_CANCELLING
RunStreamEvent.THREAD_RUN_COMPLETED
RunStreamEvent.THREAD_RUN_CREATED
RunStreamEvent.THREAD_RUN_EXPIRED
RunStreamEvent.THREAD_RUN_FAILED
RunStreamEvent.THREAD_RUN_INCOMPLETE
RunStreamEvent.THREAD_RUN_IN_PROGRESS
RunStreamEvent.THREAD_RUN_QUEUED
RunStreamEvent.THREAD_RUN_REQUIRES_ACTION
SASTokenCredential
SharepointTool
SharepointToolDefinition
SharepointToolDefinition.as_dict()
SharepointToolDefinition.clear()
SharepointToolDefinition.copy()
SharepointToolDefinition.get()
SharepointToolDefinition.items()
SharepointToolDefinition.keys()
SharepointToolDefinition.pop()
SharepointToolDefinition.popitem()
SharepointToolDefinition.setdefault()
SharepointToolDefinition.update()
SharepointToolDefinition.values()
SharepointToolDefinition.sharepoint_grounding
SharepointToolDefinition.type
SubmitToolOutputsAction
SubmitToolOutputsAction.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_outputs
SubmitToolOutputsAction.type
SubmitToolOutputsDetails
SubmitToolOutputsDetails.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
SystemData
SystemData.as_dict()
SystemData.clear()
SystemData.copy()
SystemData.get()
SystemData.items()
SystemData.keys()
SystemData.pop()
SystemData.popitem()
SystemData.setdefault()
SystemData.update()
SystemData.values()
SystemData.created_at
SystemData.created_by
SystemData.created_by_type
SystemData.last_modified_at
ThreadDeletionStatus
ThreadDeletionStatus.as_dict()
ThreadDeletionStatus.clear()
ThreadDeletionStatus.copy()
ThreadDeletionStatus.get()
ThreadDeletionStatus.items()
ThreadDeletionStatus.keys()
ThreadDeletionStatus.pop()
ThreadDeletionStatus.popitem()
ThreadDeletionStatus.setdefault()
ThreadDeletionStatus.update()
ThreadDeletionStatus.values()
ThreadDeletionStatus.deleted
ThreadDeletionStatus.id
ThreadDeletionStatus.object
ThreadMessage
ThreadMessage.as_dict()
ThreadMessage.clear()
ThreadMessage.copy()
ThreadMessage.get()
ThreadMessage.items()
ThreadMessage.keys()
ThreadMessage.pop()
ThreadMessage.popitem()
ThreadMessage.setdefault()
ThreadMessage.update()
ThreadMessage.values()
ThreadMessage.assistant_id
ThreadMessage.attachments
ThreadMessage.completed_at
ThreadMessage.content
ThreadMessage.created_at
ThreadMessage.file_citation_annotations
ThreadMessage.file_path_annotations
ThreadMessage.id
ThreadMessage.image_contents
ThreadMessage.incomplete_at
ThreadMessage.incomplete_details
ThreadMessage.metadata
ThreadMessage.object
ThreadMessage.role
ThreadMessage.run_id
ThreadMessage.status
ThreadMessage.text_messages
ThreadMessage.thread_id
ThreadMessageOptions
ThreadMessageOptions.as_dict()
ThreadMessageOptions.clear()
ThreadMessageOptions.copy()
ThreadMessageOptions.get()
ThreadMessageOptions.items()
ThreadMessageOptions.keys()
ThreadMessageOptions.pop()
ThreadMessageOptions.popitem()
ThreadMessageOptions.setdefault()
ThreadMessageOptions.update()
ThreadMessageOptions.values()
ThreadMessageOptions.attachments
ThreadMessageOptions.content
ThreadMessageOptions.metadata
ThreadMessageOptions.role
ThreadRun
ThreadRun.as_dict()
ThreadRun.clear()
ThreadRun.copy()
ThreadRun.get()
ThreadRun.items()
ThreadRun.keys()
ThreadRun.pop()
ThreadRun.popitem()
ThreadRun.setdefault()
ThreadRun.update()
ThreadRun.values()
ThreadRun.assistant_id
ThreadRun.cancelled_at
ThreadRun.completed_at
ThreadRun.created_at
ThreadRun.expires_at
ThreadRun.failed_at
ThreadRun.id
ThreadRun.incomplete_details
ThreadRun.instructions
ThreadRun.last_error
ThreadRun.max_completion_tokens
ThreadRun.max_prompt_tokens
ThreadRun.metadata
ThreadRun.model
ThreadRun.object
ThreadRun.parallel_tool_calls
ThreadRun.required_action
ThreadRun.response_format
ThreadRun.started_at
ThreadRun.status
ThreadRun.temperature
ThreadRun.thread_id
ThreadRun.tool_choice
ThreadRun.tool_resources
ThreadRun.tools
ThreadRun.top_p
ThreadRun.truncation_strategy
ThreadRun.usage
ThreadStreamEvent
ThreadStreamEvent.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
Tool
ToolConnection
ToolConnectionList
ToolConnectionList.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
ToolDefinition
ToolOutput
ToolResources
ToolResources.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_search
ToolResources.code_interpreter
ToolResources.file_search
ToolSet
Trigger
TruncationObject
TruncationObject.as_dict()
TruncationObject.clear()
TruncationObject.copy()
TruncationObject.get()
TruncationObject.items()
TruncationObject.keys()
TruncationObject.pop()
TruncationObject.popitem()
TruncationObject.setdefault()
TruncationObject.update()
TruncationObject.values()
TruncationObject.last_messages
TruncationObject.type
TruncationStrategy
TruncationStrategy.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.AUTO
TruncationStrategy.LAST_MESSAGES
UpdateCodeInterpreterToolResourceOptions
UpdateCodeInterpreterToolResourceOptions.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
UpdateFileSearchToolResourceOptions
UpdateFileSearchToolResourceOptions.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
UpdateToolResourcesOptions
UpdateToolResourcesOptions.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_search
UpdateToolResourcesOptions.code_interpreter
UpdateToolResourcesOptions.file_search
VectorStore
VectorStore.as_dict()
VectorStore.clear()
VectorStore.copy()
VectorStore.get()
VectorStore.items()
VectorStore.keys()
VectorStore.pop()
VectorStore.popitem()
VectorStore.setdefault()
VectorStore.update()
VectorStore.values()
VectorStore.created_at
VectorStore.expires_after
VectorStore.expires_at
VectorStore.file_counts
VectorStore.id
VectorStore.last_active_at
VectorStore.metadata
VectorStore.name
VectorStore.object
VectorStore.status
VectorStore.usage_bytes
VectorStoreAutoChunkingStrategyRequest
VectorStoreAutoChunkingStrategyRequest.as_dict()
VectorStoreAutoChunkingStrategyRequest.clear()
VectorStoreAutoChunkingStrategyRequest.copy()
VectorStoreAutoChunkingStrategyRequest.get()
VectorStoreAutoChunkingStrategyRequest.items()
VectorStoreAutoChunkingStrategyRequest.keys()
VectorStoreAutoChunkingStrategyRequest.pop()
VectorStoreAutoChunkingStrategyRequest.popitem()
VectorStoreAutoChunkingStrategyRequest.setdefault()
VectorStoreAutoChunkingStrategyRequest.update()
VectorStoreAutoChunkingStrategyRequest.values()
VectorStoreAutoChunkingStrategyRequest.type
VectorStoreAutoChunkingStrategyResponse
VectorStoreAutoChunkingStrategyResponse.as_dict()
VectorStoreAutoChunkingStrategyResponse.clear()
VectorStoreAutoChunkingStrategyResponse.copy()
VectorStoreAutoChunkingStrategyResponse.get()
VectorStoreAutoChunkingStrategyResponse.items()
VectorStoreAutoChunkingStrategyResponse.keys()
VectorStoreAutoChunkingStrategyResponse.pop()
VectorStoreAutoChunkingStrategyResponse.popitem()
VectorStoreAutoChunkingStrategyResponse.setdefault()
VectorStoreAutoChunkingStrategyResponse.update()
VectorStoreAutoChunkingStrategyResponse.values()
VectorStoreAutoChunkingStrategyResponse.type
VectorStoreChunkingStrategyRequest
VectorStoreChunkingStrategyRequest.as_dict()
VectorStoreChunkingStrategyRequest.clear()
VectorStoreChunkingStrategyRequest.copy()
VectorStoreChunkingStrategyRequest.get()
VectorStoreChunkingStrategyRequest.items()
VectorStoreChunkingStrategyRequest.keys()
VectorStoreChunkingStrategyRequest.pop()
VectorStoreChunkingStrategyRequest.popitem()
VectorStoreChunkingStrategyRequest.setdefault()
VectorStoreChunkingStrategyRequest.update()
VectorStoreChunkingStrategyRequest.values()
VectorStoreChunkingStrategyRequest.type
VectorStoreChunkingStrategyRequestType
VectorStoreChunkingStrategyRequestType.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.AUTO
VectorStoreChunkingStrategyRequestType.STATIC
VectorStoreChunkingStrategyResponse
VectorStoreChunkingStrategyResponse.as_dict()
VectorStoreChunkingStrategyResponse.clear()
VectorStoreChunkingStrategyResponse.copy()
VectorStoreChunkingStrategyResponse.get()
VectorStoreChunkingStrategyResponse.items()
VectorStoreChunkingStrategyResponse.keys()
VectorStoreChunkingStrategyResponse.pop()
VectorStoreChunkingStrategyResponse.popitem()
VectorStoreChunkingStrategyResponse.setdefault()
VectorStoreChunkingStrategyResponse.update()
VectorStoreChunkingStrategyResponse.values()
VectorStoreChunkingStrategyResponse.type
VectorStoreChunkingStrategyResponseType
VectorStoreChunkingStrategyResponseType.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.OTHER
VectorStoreChunkingStrategyResponseType.STATIC
VectorStoreConfiguration
VectorStoreConfiguration.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
VectorStoreConfigurations
VectorStoreConfigurations.as_dict()
VectorStoreConfigurations.clear()
VectorStoreConfigurations.copy()
VectorStoreConfigurations.get()
VectorStoreConfigurations.items()
VectorStoreConfigurations.keys()
VectorStoreConfigurations.pop()
VectorStoreConfigurations.popitem()
VectorStoreConfigurations.setdefault()
VectorStoreConfigurations.update()
VectorStoreConfigurations.values()
VectorStoreConfigurations.store_configuration
VectorStoreConfigurations.store_name
VectorStoreDataSource
VectorStoreDataSource.as_dict()
VectorStoreDataSource.clear()
VectorStoreDataSource.copy()
VectorStoreDataSource.get()
VectorStoreDataSource.items()
VectorStoreDataSource.keys()
VectorStoreDataSource.pop()
VectorStoreDataSource.popitem()
VectorStoreDataSource.setdefault()
VectorStoreDataSource.update()
VectorStoreDataSource.values()
VectorStoreDataSource.asset_identifier
VectorStoreDataSource.asset_type
VectorStoreDataSourceAssetType
VectorStoreDataSourceAssetType.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_ASSET
VectorStoreDataSourceAssetType.URI_ASSET
VectorStoreDeletionStatus
VectorStoreDeletionStatus.as_dict()
VectorStoreDeletionStatus.clear()
VectorStoreDeletionStatus.copy()
VectorStoreDeletionStatus.get()
VectorStoreDeletionStatus.items()
VectorStoreDeletionStatus.keys()
VectorStoreDeletionStatus.pop()
VectorStoreDeletionStatus.popitem()
VectorStoreDeletionStatus.setdefault()
VectorStoreDeletionStatus.update()
VectorStoreDeletionStatus.values()
VectorStoreDeletionStatus.deleted
VectorStoreDeletionStatus.id
VectorStoreDeletionStatus.object
VectorStoreExpirationPolicy
VectorStoreExpirationPolicy.as_dict()
VectorStoreExpirationPolicy.clear()
VectorStoreExpirationPolicy.copy()
VectorStoreExpirationPolicy.get()
VectorStoreExpirationPolicy.items()
VectorStoreExpirationPolicy.keys()
VectorStoreExpirationPolicy.pop()
VectorStoreExpirationPolicy.popitem()
VectorStoreExpirationPolicy.setdefault()
VectorStoreExpirationPolicy.update()
VectorStoreExpirationPolicy.values()
VectorStoreExpirationPolicy.anchor
VectorStoreExpirationPolicy.days
VectorStoreExpirationPolicyAnchor
VectorStoreExpirationPolicyAnchor.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
VectorStoreFile
VectorStoreFile.as_dict()
VectorStoreFile.clear()
VectorStoreFile.copy()
VectorStoreFile.get()
VectorStoreFile.items()
VectorStoreFile.keys()
VectorStoreFile.pop()
VectorStoreFile.popitem()
VectorStoreFile.setdefault()
VectorStoreFile.update()
VectorStoreFile.values()
VectorStoreFile.chunking_strategy
VectorStoreFile.created_at
VectorStoreFile.id
VectorStoreFile.last_error
VectorStoreFile.object
VectorStoreFile.status
VectorStoreFile.usage_bytes
VectorStoreFile.vector_store_id
VectorStoreFileBatch
VectorStoreFileBatch.as_dict()
VectorStoreFileBatch.clear()
VectorStoreFileBatch.copy()
VectorStoreFileBatch.get()
VectorStoreFileBatch.items()
VectorStoreFileBatch.keys()
VectorStoreFileBatch.pop()
VectorStoreFileBatch.popitem()
VectorStoreFileBatch.setdefault()
VectorStoreFileBatch.update()
VectorStoreFileBatch.values()
VectorStoreFileBatch.created_at
VectorStoreFileBatch.file_counts
VectorStoreFileBatch.id
VectorStoreFileBatch.object
VectorStoreFileBatch.status
VectorStoreFileBatch.vector_store_id
VectorStoreFileBatchStatus
VectorStoreFileBatchStatus.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.CANCELLED
VectorStoreFileBatchStatus.COMPLETED
VectorStoreFileBatchStatus.FAILED
VectorStoreFileBatchStatus.IN_PROGRESS
VectorStoreFileCount
VectorStoreFileCount.as_dict()
VectorStoreFileCount.clear()
VectorStoreFileCount.copy()
VectorStoreFileCount.get()
VectorStoreFileCount.items()
VectorStoreFileCount.keys()
VectorStoreFileCount.pop()
VectorStoreFileCount.popitem()
VectorStoreFileCount.setdefault()
VectorStoreFileCount.update()
VectorStoreFileCount.values()
VectorStoreFileCount.cancelled
VectorStoreFileCount.completed
VectorStoreFileCount.failed
VectorStoreFileCount.in_progress
VectorStoreFileCount.total
VectorStoreFileDeletionStatus
VectorStoreFileDeletionStatus.as_dict()
VectorStoreFileDeletionStatus.clear()
VectorStoreFileDeletionStatus.copy()
VectorStoreFileDeletionStatus.get()
VectorStoreFileDeletionStatus.items()
VectorStoreFileDeletionStatus.keys()
VectorStoreFileDeletionStatus.pop()
VectorStoreFileDeletionStatus.popitem()
VectorStoreFileDeletionStatus.setdefault()
VectorStoreFileDeletionStatus.update()
VectorStoreFileDeletionStatus.values()
VectorStoreFileDeletionStatus.deleted
VectorStoreFileDeletionStatus.id
VectorStoreFileDeletionStatus.object
VectorStoreFileError
VectorStoreFileError.as_dict()
VectorStoreFileError.clear()
VectorStoreFileError.copy()
VectorStoreFileError.get()
VectorStoreFileError.items()
VectorStoreFileError.keys()
VectorStoreFileError.pop()
VectorStoreFileError.popitem()
VectorStoreFileError.setdefault()
VectorStoreFileError.update()
VectorStoreFileError.values()
VectorStoreFileError.code
VectorStoreFileError.message
VectorStoreFileErrorCode
VectorStoreFileErrorCode.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_FILE
VectorStoreFileErrorCode.SERVER_ERROR
VectorStoreFileErrorCode.UNSUPPORTED_FILE
VectorStoreFileStatus
VectorStoreFileStatus.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.CANCELLED
VectorStoreFileStatus.COMPLETED
VectorStoreFileStatus.FAILED
VectorStoreFileStatus.IN_PROGRESS
VectorStoreFileStatusFilter
VectorStoreFileStatusFilter.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.CANCELLED
VectorStoreFileStatusFilter.COMPLETED
VectorStoreFileStatusFilter.FAILED
VectorStoreFileStatusFilter.IN_PROGRESS
VectorStoreStaticChunkingStrategyOptions
VectorStoreStaticChunkingStrategyOptions.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_tokens
VectorStoreStaticChunkingStrategyOptions.max_chunk_size_tokens
VectorStoreStaticChunkingStrategyRequest
VectorStoreStaticChunkingStrategyRequest.as_dict()
VectorStoreStaticChunkingStrategyRequest.clear()
VectorStoreStaticChunkingStrategyRequest.copy()
VectorStoreStaticChunkingStrategyRequest.get()
VectorStoreStaticChunkingStrategyRequest.items()
VectorStoreStaticChunkingStrategyRequest.keys()
VectorStoreStaticChunkingStrategyRequest.pop()
VectorStoreStaticChunkingStrategyRequest.popitem()
VectorStoreStaticChunkingStrategyRequest.setdefault()
VectorStoreStaticChunkingStrategyRequest.update()
VectorStoreStaticChunkingStrategyRequest.values()
VectorStoreStaticChunkingStrategyRequest.static
VectorStoreStaticChunkingStrategyRequest.type
VectorStoreStaticChunkingStrategyResponse
VectorStoreStaticChunkingStrategyResponse.as_dict()
VectorStoreStaticChunkingStrategyResponse.clear()
VectorStoreStaticChunkingStrategyResponse.copy()
VectorStoreStaticChunkingStrategyResponse.get()
VectorStoreStaticChunkingStrategyResponse.items()
VectorStoreStaticChunkingStrategyResponse.keys()
VectorStoreStaticChunkingStrategyResponse.pop()
VectorStoreStaticChunkingStrategyResponse.popitem()
VectorStoreStaticChunkingStrategyResponse.setdefault()
VectorStoreStaticChunkingStrategyResponse.update()
VectorStoreStaticChunkingStrategyResponse.values()
VectorStoreStaticChunkingStrategyResponse.static
VectorStoreStaticChunkingStrategyResponse.type
VectorStoreStatus
VectorStoreStatus.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.COMPLETED
VectorStoreStatus.EXPIRED
VectorStoreStatus.IN_PROGRESS
WeekDays
WeekDays.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.FRIDAY
WeekDays.MONDAY
WeekDays.SATURDAY
WeekDays.SUNDAY
WeekDays.THURSDAY
WeekDays.TUESDAY
WeekDays.WEDNESDAY
- azure.ai.projects.operations package
AgentsOperations
AgentsOperations.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()
ConnectionsOperations
EvaluationsOperations
InferenceOperations
TelemetryOperations
- azure.ai.projects.telemetry package