Interface Tool.ComputerUseOrBuilder (3.79.0)

public static interface Tool.ComputerUseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getExcludedPredefinedFunctions(int index)

public abstract String getExcludedPredefinedFunctions(int index)

Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes:

  1. Using a more restricted / different action space.
  2. Improving the definitions / instructions of predefined functions.

repeated string excluded_predefined_functions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The excludedPredefinedFunctions at the given index.

getExcludedPredefinedFunctionsBytes(int index)

public abstract ByteString getExcludedPredefinedFunctionsBytes(int index)

Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes:

  1. Using a more restricted / different action space.
  2. Improving the definitions / instructions of predefined functions.

repeated string excluded_predefined_functions = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the excludedPredefinedFunctions at the given index.

getExcludedPredefinedFunctionsCount()

public abstract int getExcludedPredefinedFunctionsCount()

Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes:

  1. Using a more restricted / different action space.
  2. Improving the definitions / instructions of predefined functions.

repeated string excluded_predefined_functions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of excludedPredefinedFunctions.

getExcludedPredefinedFunctionsList()

public abstract List<String> getExcludedPredefinedFunctionsList()

Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes:

  1. Using a more restricted / different action space.
  2. Improving the definitions / instructions of predefined functions.

repeated string excluded_predefined_functions = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the excludedPredefinedFunctions.