Package flyteidl.event
Interface Event.TaskExecutionMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.TaskExecutionMetadata,Event.TaskExecutionMetadata.Builder
- Enclosing class:
- Event
public static interface Event.TaskExecutionMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.ExternalResourceInfogetExternalResources(int index)Additional data on external resources on other back-ends or platforms (e.g.intgetExternalResourcesCount()Additional data on external resources on other back-ends or platforms (e.g.List<Event.ExternalResourceInfo>getExternalResourcesList()Additional data on external resources on other back-ends or platforms (e.g.Event.ExternalResourceInfoOrBuildergetExternalResourcesOrBuilder(int index)Additional data on external resources on other back-ends or platforms (e.g.List<? extends Event.ExternalResourceInfoOrBuilder>getExternalResourcesOrBuilderList()Additional data on external resources on other back-ends or platforms (e.g.StringgetGeneratedName()Unique, generated name for this task execution used by the backend.com.google.protobuf.ByteStringgetGeneratedNameBytes()Unique, generated name for this task execution used by the backend.Event.TaskExecutionMetadata.InstanceClassgetInstanceClass().flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;intgetInstanceClassValue().flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;StringgetPluginIdentifier()The identifier of the plugin used to execute this task.com.google.protobuf.ByteStringgetPluginIdentifierBytes()The identifier of the plugin used to execute this task.Event.ResourcePoolInfogetResourcePoolInfo(int index)Includes additional data on concurrent resource management used during execution..intgetResourcePoolInfoCount()Includes additional data on concurrent resource management used during execution..List<Event.ResourcePoolInfo>getResourcePoolInfoList()Includes additional data on concurrent resource management used during execution..Event.ResourcePoolInfoOrBuildergetResourcePoolInfoOrBuilder(int index)Includes additional data on concurrent resource management used during execution..List<? extends Event.ResourcePoolInfoOrBuilder>getResourcePoolInfoOrBuilderList()Includes additional data on concurrent resource management used during execution..-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGeneratedName
String getGeneratedName()
Unique, generated name for this task execution used by the backend.
string generated_name = 1;- Returns:
- The generatedName.
-
getGeneratedNameBytes
com.google.protobuf.ByteString getGeneratedNameBytes()
Unique, generated name for this task execution used by the backend.
string generated_name = 1;- Returns:
- The bytes for generatedName.
-
getExternalResourcesList
List<Event.ExternalResourceInfo> getExternalResourcesList()
Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
-
getExternalResources
Event.ExternalResourceInfo getExternalResources(int index)
Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
-
getExternalResourcesCount
int getExternalResourcesCount()
Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
-
getExternalResourcesOrBuilderList
List<? extends Event.ExternalResourceInfoOrBuilder> getExternalResourcesOrBuilderList()
Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
-
getExternalResourcesOrBuilder
Event.ExternalResourceInfoOrBuilder getExternalResourcesOrBuilder(int index)
Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
-
getResourcePoolInfoList
List<Event.ResourcePoolInfo> getResourcePoolInfoList()
Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
-
getResourcePoolInfo
Event.ResourcePoolInfo getResourcePoolInfo(int index)
Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
-
getResourcePoolInfoCount
int getResourcePoolInfoCount()
Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
-
getResourcePoolInfoOrBuilderList
List<? extends Event.ResourcePoolInfoOrBuilder> getResourcePoolInfoOrBuilderList()
Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
-
getResourcePoolInfoOrBuilder
Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder(int index)
Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
-
getPluginIdentifier
String getPluginIdentifier()
The identifier of the plugin used to execute this task.
string plugin_identifier = 4;- Returns:
- The pluginIdentifier.
-
getPluginIdentifierBytes
com.google.protobuf.ByteString getPluginIdentifierBytes()
The identifier of the plugin used to execute this task.
string plugin_identifier = 4;- Returns:
- The bytes for pluginIdentifier.
-
getInstanceClassValue
int getInstanceClassValue()
.flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;- Returns:
- The enum numeric value on the wire for instanceClass.
-
getInstanceClass
Event.TaskExecutionMetadata.InstanceClass getInstanceClass()
.flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;- Returns:
- The instanceClass.
-
-