VersionFramework

enum VersionFramework : Enum<VersionFramework> , ConvertibleToJava<VersionFramework>

Optional. The machine learning framework AI Platform uses to train this version of the model. Valid values are TENSORFLOW, SCIKIT_LEARN, XGBOOST. If you do not specify a framework, AI Platform will analyze files in the deployment_uri to determine a framework. If you choose SCIKIT_LEARN or XGBOOST, you must also set the runtime version of the model to 1.4 or greater. Do not specify a framework if you're deploying a /ai-platform/prediction/docs/custom-prediction-routines or if you're using a /ai-platform/prediction/docs/use-custom-container.

Entries

Link copied to clipboard

Unspecified framework. Assigns a value based on the file suffix.

Link copied to clipboard

Tensorflow framework.

Link copied to clipboard

Scikit-learn framework.

Link copied to clipboard

XGBoost framework.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): VersionFramework
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: VersionFramework
Link copied to clipboard
Link copied to clipboard