Google Cloud Ai Platform V1 Client - Class Environment (1.32.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Environment.

Represents the environment being operated, such as a web browser.

Protobuf type google.cloud.aiplatform.v1.Tool.ComputerUse.Environment

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Tool \ ComputerUse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENVIRONMENT_UNSPECIFIED

Value: 0

Defaults to browser.

Generated from protobuf enum ENVIRONMENT_UNSPECIFIED = 0;

ENVIRONMENT_BROWSER

Value: 1

Operates in a web browser.

Generated from protobuf enum ENVIRONMENT_BROWSER = 1;