Learn R Programming

datarobot (version 2.17.1)

ScaleoutModelingMode: Scaleout modeling modes

Description

This is a list that contains the valid values for the scaleoutModelingMode parameter found in SetTarget. If you wish, you can specify scaleoutModelingMode using the list values here, e.g. ScaleoutModelingMode$Autopilot instead of "Autopilot".

Usage

ScaleoutModelingMode

Arguments

Format

An object of class list of length 3.

Details

For Disabled, no scaleout models will run in autopilot or be available in blueprints.

For RepositoryOnly, scaleout models will be available in blueprints and can be run manually, but will not run in autopilot.

For Auopilot, scaleout models will run during autopilot and also be available in blueprints.