Interface Event.TaskExecutionMetadataOrBuilder

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