RunStepDetails Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. RunStepDetails
- com.
Implements
public class RunStepDetails
implements JsonSerializable<RunStepDetails>
An abstract representation of the details for a run step.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | RunStepDetails() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
|
Run |
getType()
Get the type property: The object type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
RunStepDetails
protected RunStepDetails()
Creates an instance of RunStepDetails class.
Method Details
fromJson
public static RunStepDetails fromJson(JsonReader jsonReader)
Reads an instance of RunStepDetails from the JsonReader.
Parameters:
Returns:
Throws:
getType
public RunStepType getType()
Get the type property: The object type.
Returns: