S - The class type of the PipelineStageBase implementation itself, used by WithParams and Cloneable.public abstract class PipelineStageBase<S extends PipelineStageBase<S>> extends Object implements org.apache.flink.ml.api.misc.param.WithParams<S>, HasMLEnvironmentId<S>, Cloneable
The PipelineStageBase maintains the parameters for the stage. A default constructor is needed in order to restore a pipeline stage.
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.flink.ml.api.misc.param.Params |
params |
ML_ENVIRONMENT_ID| 构造器和说明 |
|---|
PipelineStageBase() |
PipelineStageBase(org.apache.flink.ml.api.misc.param.Params params) |
| 限定符和类型 | 方法和说明 |
|---|---|
S |
clone() |
org.apache.flink.ml.api.misc.param.Params |
getParams() |
protected static org.apache.flink.table.api.TableEnvironment |
tableEnvOf(org.apache.flink.table.api.Table table) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMLEnvironmentId, setMLEnvironmentIdpublic PipelineStageBase()
public PipelineStageBase(org.apache.flink.ml.api.misc.param.Params params)
public org.apache.flink.ml.api.misc.param.Params getParams()
getParams 在接口中 org.apache.flink.ml.api.misc.param.WithParams<S extends PipelineStageBase<S>>public S clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionprotected static org.apache.flink.table.api.TableEnvironment tableEnvOf(org.apache.flink.table.api.Table table)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.