Class: Google::Cloud::AIPlatform::V1::PipelineTaskDetail::PipelineTaskStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb

Overview

A single record of the task status.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status (readonly)

Returns 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.

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.



328
329
330
331
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 328

class PipelineTaskStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#state::Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State (readonly)

Returns Output only. The state of the task.

Returns:



328
329
330
331
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 328

class PipelineTaskStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Update time of this status.

Returns:



328
329
330
331
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 328

class PipelineTaskStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end