Interface BatchPredictionJob.InputConfigOrBuilder (3.42.0)

public static interface BatchPredictionJob.InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigquerySource()

public abstract BigQuerySource getBigquerySource()

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.

.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;

Returns
TypeDescription
BigQuerySource

The bigquerySource.

getBigquerySourceOrBuilder()

public abstract BigQuerySourceOrBuilder getBigquerySourceOrBuilder()

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.

.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;

Returns
TypeDescription
BigQuerySourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

The Cloud Storage location for the input instances.

.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

The Cloud Storage location for the input instances.

.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSourceOrBuilder

getInstancesFormat()

public abstract String getInstancesFormat()

Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats.

string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The instancesFormat.

getInstancesFormatBytes()

public abstract ByteString getInstancesFormatBytes()

Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats.

string instances_format = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for instancesFormat.

getSourceCase()

public abstract BatchPredictionJob.InputConfig.SourceCase getSourceCase()
Returns
TypeDescription
BatchPredictionJob.InputConfig.SourceCase

hasBigquerySource()

public abstract boolean hasBigquerySource()

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.

.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 3;

Returns
TypeDescription
boolean

Whether the bigquerySource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

The Cloud Storage location for the input instances.

.google.cloud.aiplatform.v1.GcsSource gcs_source = 2;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.