Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PipelineTaskDetail::PipelineTaskStatus (v0.11.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PipelineTaskDetail::PipelineTaskStatus.

A single record of the task status.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

def error() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — Output only. The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.

#state

def state() -> ::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns