FunctionShellToolParamEnvironmentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. models. FunctionShellToolParamEnvironmentType
- com.
- com.
public final class FunctionShellToolParamEnvironmentType
extends ExpandableStringEnum<FunctionShellToolParamEnvironmentType>
Defines values for FunctionShellToolParamEnvironmentType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Function |
CONTAINER_AUTO
Static value container_auto for Function |
|
static final
Function |
CONTAINER_REFERENCE
Static value container_reference for Function |
|
static final
Function |
LOCAL
Static value local for Function |
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionShellToolParamEnvironmentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Function |
fromString(String name)
Creates or finds a Function |
|
static
Collection<Function |
values()
Gets known Function |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTAINER_AUTO
public static final FunctionShellToolParamEnvironmentType CONTAINER_AUTO
Static value container_auto for FunctionShellToolParamEnvironmentType.
CONTAINER_REFERENCE
public static final FunctionShellToolParamEnvironmentType CONTAINER_REFERENCE
Static value container_reference for FunctionShellToolParamEnvironmentType.
LOCAL
public static final FunctionShellToolParamEnvironmentType LOCAL
Static value local for FunctionShellToolParamEnvironmentType.
Constructor Details
FunctionShellToolParamEnvironmentType
@Deprecated
public FunctionShellToolParamEnvironmentType()
Deprecated
Creates a new instance of FunctionShellToolParamEnvironmentType value.
Method Details
fromString
public static FunctionShellToolParamEnvironmentType fromString(String name)
Creates or finds a FunctionShellToolParamEnvironmentType from its string representation.
Parameters:
Returns:
values
public static Collection<FunctionShellToolParamEnvironmentType> values()
Gets known FunctionShellToolParamEnvironmentType values.
Returns: