A prediction operator.
KEY | TYPE | Description |
---|---|---|
name | str | The name for the prediction operator. |
predictionOperatorId | str | The unique identifier of the prediction operator. |
createdAt | str | Date and time at which the prediction operator was created. |
updatedAt | str | Date and time at which the prediction operator was updated. |
projectId | str | The project this prediction operator belongs to. |
predictFunctionName | str | Name of the function found in the source code that will be executed to run predictions. |
sourceCode | str | Python code used to make the prediction operator. |
initializeFunctionName | str | Name of the optional initialize function found in the source code. This function will generate anything used by predictions, based on input feature groups. |
notebookId | str | The unique string identifier of the notebook used to create or edit the prediction operator. |
memory | int | Memory in GB specified for the prediction operator. |
useGpu | bool | Whether this prediction operator is using gpu. |
featureGroupIds | list | A list of Feature Group IDs used for initializing. |
featureGroupTableNames | list | A list of Feature Group table names used for initializing. |
codeSource | CodeSource | If a python model, information on the source code. |
latestPredictionOperatorVersion | PredictionOperatorVersion | The unique string identifier of the latest version. |
refreshSchedules | RefreshSchedule | List of refresh schedules that indicate when the next prediction operator version will be processed |