flytekit.bin.entrypoint 
    
        0.1.dev2192+g7c539c3.d20250403
     
    flytekit.bin.entrypoint 
  
      
          Property 
          Type 
          Description 
       
   
  
      
          FLYTE_FAIL_ON_ERRORstr 
      
          SERIALIZED_CONTEXT_ENV_VARstr 
   
    
        
    def  get_container_error_timestamp (
    e: typing. Optional[Exception ],
 ) ->  n: Timestamp to be reported in  ContainerError  
Get timestamp for ContainerError.
If a flyte exception is passed, use its timestamp, otherwise, use the current time.
  
      
          Parameter 
          Type 
       
   
  
      
          etyping.Optional[Exception] 
   
    
        
    def  get_one_of (
    args,
 ) ->  n: The first defined value in  the environment, or  an empty string if  nothing is  found.   
Helper function to iterate through a series of different environment variables. This function exists because for
some settings reference multiple environment variables for legacy reasons.
  
      
          Parameter 
          Type 
       
   
  
      
          args*args 
   
    
        
    def  get_traceback_str (
    e: Exception ,
 ) ->  str  
  
      
          Parameter 
          Type 
       
   
  
      
          eException 
   
    
        
    def  get_version_message () 
    
        
    def  normalize_inputs (
    raw_output_data_prefix: typing. Optional[str],
     checkpoint_path: typing. Optional[str],
     prev_checkpoint: typing. Optional[str],
 )  
  
      
          Parameter 
          Type 
       
   
  
      
          raw_output_data_prefixtyping.Optional[str] 
      
          checkpoint_pathtyping.Optional[str] 
      
          prev_checkpointtyping.Optional[str] 
   
    
        
    def  setup_execution (
    raw_output_data_prefix: str,
     output_metadata_prefix: typing. Optional[str],
     checkpoint_path: typing. Optional[str],
     prev_checkpoint: typing. Optional[str],
     dynamic_addl_distro: typing. Optional[str],
     dynamic_dest_dir: typing. Optional[str],
 ) ->  n:  
  
      
          Parameter 
          Type 
       
   
  
      
          raw_output_data_prefixstr 
      
          output_metadata_prefixtyping.Optional[str] 
      
          checkpoint_pathtyping.Optional[str] 
      
          prev_checkpointtyping.Optional[str] 
      
          dynamic_addl_distrotyping.Optional[str] 
      
          dynamic_dest_dirtyping.Optional[str]