Class GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig
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.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchPredictionJobInputConfig : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudAiplatformV1beta1BigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1BigQuerySource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
The Cloud Storage location for the input instances.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1GcsSource |
InstancesFormat
Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats.
Declaration
[JsonProperty("instancesFormat")]
public virtual string InstancesFormat { get; set; }
Property Value
Type | Description |
---|---|
string |