Class RunStepStreamEvent.ThreadRunStepInProgress
-
- All Implemented Interfaces:
public final class RunStepStreamEvent.ThreadRunStepInProgressOccurs when a run step moves to an
in_progressstate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunStepStreamEvent.ThreadRunStepInProgress.BuilderA builder for ThreadRunStepInProgress.
-
Method Summary
Modifier and Type Method Description final RunStepdata()Represents a step in execution of a run. final JsonValue_event()final JsonField<RunStep>_data()Represents a step in execution of a run. final Map<String, JsonValue>_additionalProperties()final RunStepStreamEvent.ThreadRunStepInProgressvalidate()final RunStepStreamEvent.ThreadRunStepInProgress.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RunStepStreamEvent.ThreadRunStepInProgress.Builderbuilder()Returns a mutable builder for constructing an instance of ThreadRunStepInProgress. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RunStepStreamEvent.ThreadRunStepInProgress validate()
-
toBuilder
final RunStepStreamEvent.ThreadRunStepInProgress.Builder toBuilder()
-
builder
final static RunStepStreamEvent.ThreadRunStepInProgress.Builder builder()
Returns a mutable builder for constructing an instance of ThreadRunStepInProgress.
The following fields are required:
.data()
-
-
-
-