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

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

The state to Specify the monitoring pipeline.

Protobuf type google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.MonitoringScheduleState

Namespace

Google \ Cloud \ AIPlatform \ V1 \ ModelDeploymentMonitoringJob

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MONITORING_SCHEDULE_STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum MONITORING_SCHEDULE_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The pipeline is picked up and wait to run.

Generated from protobuf enum PENDING = 1;

OFFLINE

Value: 2

The pipeline is offline and will be scheduled for next run.

Generated from protobuf enum OFFLINE = 2;

RUNNING

Value: 3

The pipeline is running.

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