Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
abstract StandardSQLField |
StandardSQLField.Builder.build()
Creates a
StandardSQLField object. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<StandardSQLField> |
ModelInfo.getFeatureColumns()
Returns information about the feature columns for this model.
|
abstract List<StandardSQLField> |
StandardSQLStructType.getFields()
Returns the list of fields within a struct type.
|
com.google.common.collect.ImmutableList<StandardSQLField> |
ModelInfo.getLabelColumns()
Returns information about the label columns for this model.
|
Modifier and Type | Method and Description |
---|---|
static StandardSQLStructType.Builder |
StandardSQLStructType.newBuilder(List<StandardSQLField> fieldList)
Returns a builder for a
StandardSQLStructType object with the specified fields. |
abstract StandardSQLStructType.Builder |
StandardSQLStructType.Builder.setFields(List<StandardSQLField> fields)
Sets the fields of the struct type.
|
Copyright © 2019 Google LLC. All rights reserved.