public static interface Tool.ComputerUseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnvironment()
public abstract Tool.ComputerUse.Environment getEnvironment()
Required. The environment being operated.
.google.cloud.aiplatform.v1.Tool.ComputerUse.Environment environment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Tool.ComputerUse.Environment |
The environment. |
getEnvironmentValue()
public abstract int getEnvironmentValue()
Required. The environment being operated.
.google.cloud.aiplatform.v1.Tool.ComputerUse.Environment environment = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for environment. |