Google Cloud Ml V1__Prediction Input Args
Represents input parameters for a prediction job.
Constructors
Properties
Optional. Number of records per batch, defaults to 64. The service will buffer batch_size number of records in memory before invoking one Tensorflow prediction call internally. So take the record size and memory available into consideration when setting this parameter.
The format of the input data files.
The Cloud Storage location of the input data files. May contain wildcards.
Optional. The maximum number of workers to be used for parallel processing. Defaults to 10 if not specified.
Optional. Format of the output data files, defaults to JSON.
The output Google Cloud Storage location.
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.
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".
Use this field if you want to specify a version of the model to use. The string is formatted the same way as model_version
, with the addition of the version information: "projects/YOUR_PROJECT/models/YOUR_MODEL/versions/YOUR_VERSION"