Google Cloud Ai Platform V1 Client - Class Algorithm (0.17.0)

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

The available search algorithms for the Study.

Protobuf type google.cloud.aiplatform.v1.StudySpec.Algorithm

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

ALGORITHM_UNSPECIFIED

Value: 0

The default algorithm used by Vertex AI for hyperparameter tuning and Vertex AI Vizier.

Generated from protobuf enum ALGORITHM_UNSPECIFIED = 0;

Value: 2

Simple grid search within the feasible space. To use grid search, all parameters must be INTEGER, CATEGORICAL, or DISCRETE.

Generated from protobuf enum GRID_SEARCH = 2;

Value: 3

Simple random search within the feasible space.

Generated from protobuf enum RANDOM_SEARCH = 3;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.