GoogleCloudMlV1__BuiltInAlgorithmOutputResponse

data class GoogleCloudMlV1__BuiltInAlgorithmOutputResponse(val framework: String, val modelPath: String, val pythonVersion: String, val runtimeVersion: String)

Represents output related to a built-in algorithm Job.

Constructors

fun GoogleCloudMlV1__BuiltInAlgorithmOutputResponse(framework: String, modelPath: String, pythonVersion: String, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Framework on which the built-in algorithm was trained.

Link copied to clipboard

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

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

Link copied to clipboard

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