menu
googleapis package
documentation
bigquery/v2.dart
ModelDefinition class
ModelDefinition class
dark_mode
light_mode
ModelDefinition
class
Constructors
ModelDefinition.new
({
ModelDefinitionModelOptions
?
modelOptions
,
List
<
BqmlTrainingRun
>
?
trainingRuns
})
ModelDefinition.fromJson
(
Map
json_
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
modelOptions
↔
ModelDefinitionModelOptions
?
[Output-only, Beta] Model options used for the first training run.
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
trainingRuns
↔
List
<
BqmlTrainingRun
>
?
[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.
getter/setter pair
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
googleapis package
documentation
bigquery/v2
ModelDefinition class
bigquery_v2 library