Class DataframeAnalyticsStatsProgress.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsStatsProgress.Builder
- All Implemented Interfaces:
ObjectBuilder<DataframeAnalyticsStatsProgress>
- Enclosing class:
- DataframeAnalyticsStatsProgress
public static class DataframeAnalyticsStatsProgress.Builder extends java.lang.Object implements ObjectBuilder<DataframeAnalyticsStatsProgress>
Builder for
DataframeAnalyticsStatsProgress.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DataframeAnalyticsStatsProgressbuild()Builds aDataframeAnalyticsStatsProgress.DataframeAnalyticsStatsProgress.Builderphase(java.lang.String value)Required - Defines the phase of the data frame analytics job.DataframeAnalyticsStatsProgress.BuilderprogressPercent(int value)Required - The progress that the data frame analytics job has made expressed in percentage.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
phase
Required - Defines the phase of the data frame analytics job.API name:
phase -
progressPercent
Required - The progress that the data frame analytics job has made expressed in percentage.API name:
progress_percent -
build
Builds aDataframeAnalyticsStatsProgress.- Specified by:
buildin interfaceObjectBuilder<DataframeAnalyticsStatsProgress>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-