Configures the input to
BatchPredictionJob.
See
Model.supported_input_storage_formats
for Model's supported input formats, and how instances should be
expressed via any of them.
Attributes
Name
Description
gcs_source
`.io.GcsSource`
The Google Cloud Storage location for the
input instances.
bigquery_source
`.io.BigQuerySource`
The BigQuery location of the input table.
The schema of the table should be in the format
described by the given context OpenAPI Schema,
if one is provided. The table may contain
additional columns that are not described by the
schema, and they will be ignored.
instances_format
str
Required. The format in which instances are given, must be
one of the
[Model's][google.cloud.aiplatform.v1beta1.BatchPredictionJob.model]
``supported_input_storage_formats``.