Class AssistantStreamEvent.ThreadRunStepInProgress
- 
                    
                    
- All Implemented Interfaces:
 
public final class AssistantStreamEvent.ThreadRunStepInProgressOccurs when a run step moves to an
in_progressstate. 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssistantStreamEvent.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()Expected to always return the following: 
However, this method can be useful for debugging and logging (e.g.JsonValue.from("thread.run.step.in_progress")final JsonField<RunStep>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final AssistantStreamEvent.ThreadRunStepInProgress.BuildertoBuilder()final AssistantStreamEvent.ThreadRunStepInProgressvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AssistantStreamEvent.ThreadRunStepInProgress.Builderbuilder()Returns a mutable builder for constructing an instance of ThreadRunStepInProgress. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
_event
final JsonValue _event()
Expected to always return the following:
JsonValue.from("thread.run.step.in_progress")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
 
- 
                                        
_data
final JsonField<RunStep> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
 
- 
                                        
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
 
- 
                                        
toBuilder
final AssistantStreamEvent.ThreadRunStepInProgress.Builder toBuilder()
 
- 
                                        
validate
final AssistantStreamEvent.ThreadRunStepInProgress validate()
 
- 
                                        
builder
final static AssistantStreamEvent.ThreadRunStepInProgress.Builder builder()
Returns a mutable builder for constructing an instance of ThreadRunStepInProgress.
The following fields are required:
.data() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -