Share via


ResponseCodeInterpreterCallCodeDoneEvent.FromResponse(Response) Method

Definition

Deserializes the model from a raw response.

public static Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent FromResponse(Azure.Response response);
static member FromResponse : Azure.Response -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent
Public Shared Function FromResponse (response As Response) As ResponseCodeInterpreterCallCodeDoneEvent

Parameters

response
Response

The response to deserialize the model from.

Returns

Applies to