Class PipelineTaskDetail

  • All Implemented Interfaces:
    PipelineTaskDetailOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class PipelineTaskDetail
    extends com.google.protobuf.GeneratedMessageV3
    implements PipelineTaskDetailOrBuilder
     The runtime detail of a task execution.
     
    Protobuf type google.cloud.aiplatform.v1.PipelineTaskDetail
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getTaskId

        public long getTaskId()
         Output only. The system generated ID of the task.
         
        int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTaskId in interface PipelineTaskDetailOrBuilder
        Returns:
        The taskId.
      • getParentTaskId

        public long getParentTaskId()
         Output only. The id of the parent task if the task is within a component
         scope. Empty if the task is at the root level.
         
        int64 parent_task_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getParentTaskId in interface PipelineTaskDetailOrBuilder
        Returns:
        The parentTaskId.
      • getTaskName

        public String getTaskName()
         Output only. The user specified name of the task that is defined in
         [pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec].
         
        string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTaskName in interface PipelineTaskDetailOrBuilder
        Returns:
        The taskName.
      • getTaskNameBytes

        public com.google.protobuf.ByteString getTaskNameBytes()
         Output only. The user specified name of the task that is defined in
         [pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec].
         
        string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTaskNameBytes in interface PipelineTaskDetailOrBuilder
        Returns:
        The bytes for taskName.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Task create time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Task create time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface PipelineTaskDetailOrBuilder
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Task create time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface PipelineTaskDetailOrBuilder
      • hasStartTime

        public boolean hasStartTime()
         Output only. Task start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStartTime in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Output only. Task start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTime in interface PipelineTaskDetailOrBuilder
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Output only. Task start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTimeOrBuilder in interface PipelineTaskDetailOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. Task end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEndTime in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Output only. Task end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTime in interface PipelineTaskDetailOrBuilder
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Output only. Task end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTimeOrBuilder in interface PipelineTaskDetailOrBuilder
      • hasExecutorDetail

        public boolean hasExecutorDetail()
         Output only. The detailed execution info.
         
        .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExecutorDetail in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the executorDetail field is set.
      • getStateValue

        public int getStateValue()
         Output only. State of the task.
         
        .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface PipelineTaskDetailOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • hasExecution

        public boolean hasExecution()
         Output only. The execution metadata of the task.
         
        .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExecution in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the execution field is set.
      • getExecution

        public Execution getExecution()
         Output only. The execution metadata of the task.
         
        .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExecution in interface PipelineTaskDetailOrBuilder
        Returns:
        The execution.
      • hasError

        public boolean hasError()
         Output only. The error that occurred during task execution.
         Only populated when the task's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasError in interface PipelineTaskDetailOrBuilder
        Returns:
        Whether the error field is set.
      • getError

        public com.google.rpc.Status getError()
         Output only. The error that occurred during task execution.
         Only populated when the task's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getError in interface PipelineTaskDetailOrBuilder
        Returns:
        The error.
      • getErrorOrBuilder

        public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
         Output only. The error that occurred during task execution.
         Only populated when the task's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getErrorOrBuilder in interface PipelineTaskDetailOrBuilder
      • getPipelineTaskStatusCount

        public int getPipelineTaskStatusCount()
         Output only. A list of task status. This field keeps a record of task
         status evolving over time.
         
        repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPipelineTaskStatusCount in interface PipelineTaskDetailOrBuilder
      • getPipelineTaskStatus

        public PipelineTaskDetail.PipelineTaskStatus getPipelineTaskStatus​(int index)
         Output only. A list of task status. This field keeps a record of task
         status evolving over time.
         
        repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPipelineTaskStatus in interface PipelineTaskDetailOrBuilder
      • getInputsCount

        public int getInputsCount()
        Description copied from interface: PipelineTaskDetailOrBuilder
         Output only. The runtime input artifacts of the task.
         
        map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getInputsCount in interface PipelineTaskDetailOrBuilder
      • containsInputs

        public boolean containsInputs​(String key)
         Output only. The runtime input artifacts of the task.
         
        map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsInputs in interface PipelineTaskDetailOrBuilder
      • getOutputsCount

        public int getOutputsCount()
        Description copied from interface: PipelineTaskDetailOrBuilder
         Output only. The runtime output artifacts of the task.
         
        map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getOutputsCount in interface PipelineTaskDetailOrBuilder
      • containsOutputs

        public boolean containsOutputs​(String key)
         Output only. The runtime output artifacts of the task.
         
        map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsOutputs in interface PipelineTaskDetailOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PipelineTaskDetail parseFrom​(ByteBuffer data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(ByteBuffer data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(com.google.protobuf.ByteString data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(byte[] data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(byte[] data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PipelineTaskDetail parseFrom​(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Throws:
        IOException
      • newBuilderForType

        public PipelineTaskDetail.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public PipelineTaskDetail.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PipelineTaskDetail.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PipelineTaskDetail> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PipelineTaskDetail getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder