Interface Event.TaskNodeMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Event.TaskNodeMetadata, Event.TaskNodeMetadata.Builder
    Enclosing class:
    Event

    public static interface Event.TaskNodeMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCacheStatusValue

        int getCacheStatusValue()
         Captures the status of caching for this execution.
         
        .flyteidl.core.CatalogCacheStatus cache_status = 1;
        Returns:
        The enum numeric value on the wire for cacheStatus.
      • getCacheStatus

        Catalog.CatalogCacheStatus getCacheStatus()
         Captures the status of caching for this execution.
         
        .flyteidl.core.CatalogCacheStatus cache_status = 1;
        Returns:
        The cacheStatus.
      • hasCatalogKey

        boolean hasCatalogKey()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;
        Returns:
        Whether the catalogKey field is set.
      • getCatalogKey

        Catalog.CatalogMetadata getCatalogKey()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;
        Returns:
        The catalogKey.
      • getCatalogKeyOrBuilder

        Catalog.CatalogMetadataOrBuilder getCatalogKeyOrBuilder()
         This structure carries the catalog artifact information
         
        .flyteidl.core.CatalogMetadata catalog_key = 2;
      • getReservationStatusValue

        int getReservationStatusValue()
         Captures the status of cache reservations for this execution.
         
        .flyteidl.core.CatalogReservation.Status reservation_status = 3;
        Returns:
        The enum numeric value on the wire for reservationStatus.
      • getReservationStatus

        Catalog.CatalogReservation.Status getReservationStatus()
         Captures the status of cache reservations for this execution.
         
        .flyteidl.core.CatalogReservation.Status reservation_status = 3;
        Returns:
        The reservationStatus.
      • hasDynamicWorkflow

        boolean hasDynamicWorkflow()
         In the case this task launched a dynamic workflow we capture its structure here.
         
        .flyteidl.event.DynamicWorkflowNodeMetadata dynamic_workflow = 16;
        Returns:
        Whether the dynamicWorkflow field is set.
      • getDynamicWorkflow

        Event.DynamicWorkflowNodeMetadata getDynamicWorkflow()
         In the case this task launched a dynamic workflow we capture its structure here.
         
        .flyteidl.event.DynamicWorkflowNodeMetadata dynamic_workflow = 16;
        Returns:
        The dynamicWorkflow.
      • getDynamicWorkflowOrBuilder

        Event.DynamicWorkflowNodeMetadataOrBuilder getDynamicWorkflowOrBuilder()
         In the case this task launched a dynamic workflow we capture its structure here.
         
        .flyteidl.event.DynamicWorkflowNodeMetadata dynamic_workflow = 16;