GoogleCloudMlV1__PredictionOutputResponse

data class GoogleCloudMlV1__PredictionOutputResponse(val errorCount: String, val nodeHours: Double, val outputPath: String, val predictionCount: String)

Represents results of a prediction job.

Constructors

fun GoogleCloudMlV1__PredictionOutputResponse(errorCount: String, nodeHours: Double, outputPath: String, predictionCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of data instances which resulted in errors.

Link copied to clipboard

Node hours used by the batch prediction job.

Link copied to clipboard

The output Google Cloud Storage location provided at the job creation time.

Link copied to clipboard

The number of generated predictions.