RunStepType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. persistent. models. RunStepType
- com.
- com.
public final class RunStepType
extends ExpandableStringEnum<RunStepType>
The possible types of run steps.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Run |
MESSAGE_CREATION
Represents a run step to create a message. |
|
static final
Run |
TOOL_CALLS
Represents a run step that calls tools. |
Constructor Summary
| Constructor | Description |
|---|---|
| RunStepType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromString(String name)
Creates or finds a Run |
|
static
Collection<Run |
values()
Gets known Run |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MESSAGE_CREATION
public static final RunStepType MESSAGE_CREATION
Represents a run step to create a message.
TOOL_CALLS
public static final RunStepType TOOL_CALLS
Represents a run step that calls tools.
Constructor Details
RunStepType
@Deprecated
public RunStepType()
Deprecated
Creates a new instance of RunStepType value.
Method Details
fromString
public static RunStepType fromString(String name)
Creates or finds a RunStepType from its string representation.
Parameters:
Returns:
values
public static Collection<RunStepType> values()
Gets known RunStepType values.
Returns: