FunctionShellToolParameterEnvironmentContainerReferenceParameter Class
- java.
lang. Object - com.
azure. ai. agents. models. FunctionShellToolParamEnvironment - com.
azure. ai. agents. models. FunctionShellToolParameterEnvironmentContainerReferenceParameter
- com.
- com.
public final class FunctionShellToolParameterEnvironmentContainerReferenceParameter
extends FunctionShellToolParamEnvironment
The FunctionShellToolParameterEnvironmentContainerReferenceParameter model.
Constructor Summary
| Constructor | Description |
|---|---|
| FunctionShellToolParameterEnvironmentContainerReferenceParameter(String containerId) |
Creates an instance of Function |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
| String |
getContainerId()
Get the container |
|
Function |
getType()
Get the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from FunctionShellToolParamEnvironment
Methods inherited from java.lang.Object
Constructor Details
FunctionShellToolParameterEnvironmentContainerReferenceParameter
public FunctionShellToolParameterEnvironmentContainerReferenceParameter(String containerId)
Creates an instance of FunctionShellToolParameterEnvironmentContainerReferenceParameter class.
Parameters:
Method Details
fromJson
public static FunctionShellToolParameterEnvironmentContainerReferenceParameter fromJson(JsonReader jsonReader)
Reads an instance of FunctionShellToolParameterEnvironmentContainerReferenceParameter from the JsonReader.
Parameters:
Returns:
Throws:
getContainerId
public String getContainerId()
Get the containerId property: The ID of the referenced container.
Returns:
getType
public FunctionShellToolParamEnvironmentType getType()
Get the type property: The type property.
Overrides:
FunctionShellToolParameterEnvironmentContainerReferenceParameter.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FunctionShellToolParameterEnvironmentContainerReferenceParameter.toJson(JsonWriter jsonWriter)Parameters:
Throws: