Skip to content

Offline Batch Processing - Create required operator level functions (predict, my_input_type, transform_df, etc...) #462

@viswa-nvidia

Description

@viswa-nvidia

Create required operator level functions (predict, my_input_type, transform_df, etc...)

  • predict -> function that calls predict against model (support any framework)
  • my_input_type -> Function that returns the expected type of my inputs. (to be used by operator executor to ensure inputs are in correct format for next operator)
  • transform_df -> Function that can be used to house generic operator execution behavior. Should mimic what is happening in inference op logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions