GoogleCloudMlV1__PredictionOutputArgs

data class GoogleCloudMlV1__PredictionOutputArgs(val errorCount: Output<String>? = null, val nodeHours: Output<Double>? = null, val outputPath: Output<String>? = null, val predictionCount: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__PredictionOutputArgs>

Represents results of a prediction job.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__PredictionOutputArgs(errorCount: Output<String>? = null, nodeHours: Output<Double>? = null, outputPath: Output<String>? = null, predictionCount: Output<String>? = null)

Functions

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

Properties

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

The number of data instances which resulted in errors.

Link copied to clipboard
val nodeHours: Output<Double>? = null

Node hours used by the batch prediction job.

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

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

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

The number of generated predictions.