Modifier and Type | Method and Description |
---|---|
Params |
Pipeline.getParams() |
Modifier and Type | Method and Description |
---|---|
Params |
Params.clone()
Creates and returns a deep clone of this Params.
|
static Params |
Params.fromJson(String json)
Factory method for constructing params.
|
Params |
WithParams.getParams()
Returns the all the parameters.
|
Params |
Params.merge(Params otherParams)
Merge other params into this.
|
<V> Params |
Params.set(ParamInfo<V> info,
V value)
Set the value of the specific parameter.
|
Modifier and Type | Method and Description |
---|---|
Params |
Params.merge(Params otherParams)
Merge other params into this.
|
Modifier and Type | Field and Description |
---|---|
protected Params |
Mapper.params
Parameters for the Mapper.
|
Constructor and Description |
---|
Mapper(TableSchema dataSchema,
Params params)
Construct a Mapper.
|
ModelMapper(TableSchema modelSchema,
TableSchema dataSchema,
Params params)
Constructs a ModelMapper.
|
Modifier and Type | Method and Description |
---|---|
Params |
AlgoOperator.getParams() |
Constructor and Description |
---|
AlgoOperator(Params params)
Construct the operator with the initial Params.
|
Constructor and Description |
---|
BatchOperator(Params params)
The constructor of BatchOperator with
Params . |
Constructor and Description |
---|
StreamOperator(Params params)
The constructor of StreamOperator with
Params . |
Modifier and Type | Field and Description |
---|---|
protected Params |
PipelineStageBase.params |
Modifier and Type | Method and Description |
---|---|
Params |
PipelineStageBase.getParams() |
Constructor and Description |
---|
EstimatorBase(Params params) |
ModelBase(Params params) |
PipelineStageBase(Params params) |
TransformerBase(Params params) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.