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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET