Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ModelDefinition |
ModelDefinition.clone() |
ModelDefinition |
Table.getModel()
[Output-only, Beta] Present iff this table represents a ML model.
|
ModelDefinition |
ModelDefinition.set(java.lang.String fieldName,
java.lang.Object value) |
ModelDefinition |
ModelDefinition.setModelOptions(ModelDefinition.ModelOptions modelOptions)
[Output-only, Beta] Model options used for the first training run.
|
ModelDefinition |
ModelDefinition.setTrainingRuns(java.util.List<BqmlTrainingRun> trainingRuns)
[Output-only, Beta] Information about ml training runs, each training run comprises of multiple
iterations and there may be multiple training runs for the model if warm start is used or if a
user decides to continue a previously cancelled query.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setModel(ModelDefinition model)
[Output-only, Beta] Present iff this table represents a ML model.
|