Google Cloud Ai Platform V1 Client - Class MultiTrialAlgorithm (0.13.0)

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

The available types of multi-trial algorithms.

Protobuf type google.cloud.aiplatform.v1.NasJobSpec.MultiTrialAlgorithmSpec.MultiTrialAlgorithm

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

MULTI_TRIAL_ALGORITHM_UNSPECIFIED

Value: 0

Defaults to REINFORCEMENT_LEARNING.

Generated from protobuf enum MULTI_TRIAL_ALGORITHM_UNSPECIFIED = 0;

REINFORCEMENT_LEARNING

Value: 1

The Reinforcement Learning Algorithm for Multi-trial Neural Architecture Search (NAS).

Generated from protobuf enum REINFORCEMENT_LEARNING = 1;

Value: 2

The Grid Search Algorithm for Multi-trial Neural Architecture Search (NAS).

Generated from protobuf enum GRID_SEARCH = 2;

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年12月13日 UTC.