Interface NodeExecutionOuterClass.TaskNodeMetadataOrBuilder

    • 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;