GoogleCloudMlV1__BuiltInAlgorithmOutputArgs

data class GoogleCloudMlV1__BuiltInAlgorithmOutputArgs(val framework: Output<String>? = null, val modelPath: Output<String>? = null, val pythonVersion: Output<String>? = null, val runtimeVersion: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__BuiltInAlgorithmOutputArgs>

Represents output related to a built-in algorithm Job.

Constructors

fun GoogleCloudMlV1__BuiltInAlgorithmOutputArgs(framework: Output<String>? = null, modelPath: Output<String>? = null, pythonVersion: Output<String>? = null, runtimeVersion: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val framework: Output<String>? = null

Framework on which the built-in algorithm was trained.

Link copied to clipboard
val modelPath: Output<String>? = null

The Cloud Storage path to the model/ directory where the training job saves the trained model. Only set for successful jobs that don't use hyperparameter tuning.

Link copied to clipboard
val pythonVersion: Output<String>? = null

Python version on which the built-in algorithm was trained.

Link copied to clipboard
val runtimeVersion: Output<String>? = null

AI Platform runtime version on which the built-in algorithm was trained.