| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalExplanation |
GlobalExplanation.clone() |
GlobalExplanation |
GlobalExplanation.set(String fieldName,
Object value) |
GlobalExplanation |
GlobalExplanation.setClassLabel(String classLabel)
Class label for this set of global explanations.
|
GlobalExplanation |
GlobalExplanation.setExplanations(List<Explanation> explanations)
A list of the top global explanations.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalExplanation> |
TrainingRun.getGlobalExplanations()
Global explanations for important features of the model.
|
| Modifier and Type | Method and Description |
|---|---|
TrainingRun |
TrainingRun.setGlobalExplanations(List<GlobalExplanation> globalExplanations)
Global explanations for important features of the model.
|
Copyright © 2011–2021 Google. All rights reserved.