Google Cloud Ml V1__Prediction Input Args
data class GoogleCloudMlV1__PredictionInputArgs(val batchSize: Output<String>? = null, val dataFormat: Output<GoogleCloudMlV1__PredictionInputDataFormat>, val inputPaths: Output<List<String>>, val maxWorkerCount: Output<String>? = null, val modelName: Output<String>? = null, val outputDataFormat: Output<GoogleCloudMlV1__PredictionInputOutputDataFormat>? = null, val outputPath: Output<String>, val region: Output<String>, val runtimeVersion: Output<String>? = null, val signatureName: Output<String>? = null, val uri: Output<String>? = null, val versionName: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__PredictionInputArgs>
Represents input parameters for a prediction job.
Constructors
Link copied to clipboard
fun GoogleCloudMlV1__PredictionInputArgs(batchSize: Output<String>? = null, dataFormat: Output<GoogleCloudMlV1__PredictionInputDataFormat>, inputPaths: Output<List<String>>, maxWorkerCount: Output<String>? = null, modelName: Output<String>? = null, outputDataFormat: Output<GoogleCloudMlV1__PredictionInputOutputDataFormat>? = null, outputPath: Output<String>, region: Output<String>, runtimeVersion: Output<String>? = null, signatureName: Output<String>? = null, uri: Output<String>? = null, versionName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The AI Platform runtime version to use for this batch prediction. If not set, AI Platform will pick the runtime version used during the CreateVersion request for this model version, or choose the latest stable version when model version information is not available such as when the model is specified by uri.
Link copied to clipboard
Optional. The name of the signature defined in the SavedModel to use for this job. Please refer to SavedModel for information about how to use signatures. Defaults to DEFAULT_SERVING_SIGNATURE_DEF_KEY , which is "serving_default".