AIProjectsModelFactory.RunStepDeltaChunk Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RunStepDeltaChunk.
public static Azure.AI.Projects.RunStepDeltaChunk RunStepDeltaChunk (string id = default, Azure.AI.Projects.RunStepDeltaChunkObject object = default, Azure.AI.Projects.RunStepDelta delta = default);
static member RunStepDeltaChunk : string * Azure.AI.Projects.RunStepDeltaChunkObject * Azure.AI.Projects.RunStepDelta -> Azure.AI.Projects.RunStepDeltaChunk
Public Shared Function RunStepDeltaChunk (Optional id As String = Nothing, Optional object As RunStepDeltaChunkObject = Nothing, Optional delta As RunStepDelta = Nothing) As RunStepDeltaChunk
Parameters
- id
- String
The identifier of the run step, which can be referenced in API endpoints.
- object
- RunStepDeltaChunkObject
The object type, which is always thread.run.step.delta
.
- delta
- RunStepDelta
The delta containing the fields that have changed on the run step.
Returns
A new RunStepDeltaChunk instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET