Google Cloud Ai Platform V1 Client - Class State (1.35.0)

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

Describes the Study state.

Protobuf type google.cloud.aiplatform.v1.Study.State

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Study

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The study state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The study is active.

Generated from protobuf enum ACTIVE = 1;

INACTIVE

Value: 2

The study is stopped due to an internal error.

Generated from protobuf enum INACTIVE = 2;

COMPLETED

Value: 3

The study is done when the service exhausts the parameter search space or max_trial_count is reached.

Generated from protobuf enum COMPLETED = 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.