create_gazepoint_model_artifact: Create a portable governed model artifact

View source: R/model-artifacts.R

create_gazepoint_model_artifactR Documentation

Create a portable governed model artifact

Description

Create a portable governed model artifact

Usage

create_gazepoint_model_artifact(
  model,
  preprocessor = model$preprocessor %||% NULL,
  feature_manifest = NULL,
  task = model$task %||% NULL,
  decision_rule = NULL,
  model_card = NULL,
  reference_data = NULL,
  bundle_model = TRUE
)

Arguments

model

A fitted gp3ml_model or controlled model object.

preprocessor

Optional preprocessing object.

feature_manifest

Optional feature manifest.

task

Optional task; defaults to model$task.

decision_rule

Optional decision rule.

model_card

Optional model card.

reference_data

Optional deterministic prediction fixture.

bundle_model

Whether to attempt bundle::bundle() when available.

Value

A gp3ml_model_artifact.


gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.