public static enum BigQuery.ModelField extends Enum<BigQuery.ModelField> implements com.google.cloud.FieldSelector
Enum Constant and Description |
---|
CREATION_TIME |
DESCRIPTION |
ETAG |
EXPIRATION_TIME |
FEATURE_COLUMNS |
FRIENDLY_NAME |
LABEL_COLUMNS |
LABELS |
LAST_MODIFIED_TIME |
LOCATION |
MODEL_REFERENCE |
TRAINING_RUNS |
TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getSelector() |
static BigQuery.ModelField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQuery.ModelField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQuery.ModelField CREATION_TIME
public static final BigQuery.ModelField DESCRIPTION
public static final BigQuery.ModelField ETAG
public static final BigQuery.ModelField EXPIRATION_TIME
public static final BigQuery.ModelField FRIENDLY_NAME
public static final BigQuery.ModelField LABELS
public static final BigQuery.ModelField LAST_MODIFIED_TIME
public static final BigQuery.ModelField LOCATION
public static final BigQuery.ModelField MODEL_REFERENCE
public static final BigQuery.ModelField TRAINING_RUNS
public static final BigQuery.ModelField LABEL_COLUMNS
public static final BigQuery.ModelField FEATURE_COLUMNS
public static final BigQuery.ModelField TYPE
public static BigQuery.ModelField[] values()
for (BigQuery.ModelField c : BigQuery.ModelField.values()) System.out.println(c);
public static BigQuery.ModelField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getSelector()
getSelector
in interface com.google.cloud.FieldSelector
Copyright © 2019 Google LLC. All rights reserved.