Google Cloud Ai Platform V1 Client - Class GoalType (0.31.0)

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

The available types of optimization goals.

Protobuf type google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec.MetricSpec.GoalType

Namespace

Google \ Cloud \ AIPlatform \ V1 \ NasJobSpec \ MultiTrialAlgorithmSpec \ MetricSpec

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

GOAL_TYPE_UNSPECIFIED

Value: 0

Goal Type will default to maximize.

Generated from protobuf enum GOAL_TYPE_UNSPECIFIED = 0;

MAXIMIZE

Value: 1

Maximize the goal metric.

Generated from protobuf enum MAXIMIZE = 1;

MINIMIZE

Value: 2

Minimize the goal metric.

Generated from protobuf enum MINIMIZE = 2;