Package flyteidl.event
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Catalog.CatalogCacheStatusgetCacheStatus()Captures the status of caching for this execution.intgetCacheStatusValue()Captures the status of caching for this execution.Catalog.CatalogMetadatagetCatalogKey()This structure carries the catalog artifact informationCatalog.CatalogMetadataOrBuildergetCatalogKeyOrBuilder()This structure carries the catalog artifact informationEvent.DynamicWorkflowNodeMetadatagetDynamicWorkflow()In the case this task launched a dynamic workflow we capture its structure here.Event.DynamicWorkflowNodeMetadataOrBuildergetDynamicWorkflowOrBuilder()In the case this task launched a dynamic workflow we capture its structure here.Catalog.CatalogReservation.StatusgetReservationStatus()Captures the status of cache reservations for this execution.intgetReservationStatusValue()Captures the status of cache reservations for this execution.booleanhasCatalogKey()This structure carries the catalog artifact informationbooleanhasDynamicWorkflow()In the case this task launched a dynamic workflow we capture its structure here.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-