Class DataframeAnalyticsStatsProgress.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataframeAnalyticsStatsProgress.Builder>
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsStatsProgress.Builder
- All Implemented Interfaces:
- WithJson<DataframeAnalyticsStatsProgress.Builder>,- ObjectBuilder<DataframeAnalyticsStatsProgress>
- Enclosing class:
- DataframeAnalyticsStatsProgress
public static class DataframeAnalyticsStatsProgress.Builder
extends WithJsonObjectBuilderBase<DataframeAnalyticsStatsProgress.Builder>
implements ObjectBuilder<DataframeAnalyticsStatsProgress>
Builder for 
DataframeAnalyticsStatsProgress.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aDataframeAnalyticsStatsProgress.Required - Defines the phase of the data frame analytics job.progressPercent(int value) Required - The progress that the data frame analytics job has made expressed in percentage.protected DataframeAnalyticsStatsProgress.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
phaseRequired - Defines the phase of the data frame analytics job.API name: phase
- 
progressPercentRequired - The progress that the data frame analytics job has made expressed in percentage.API name: progress_percent
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<DataframeAnalyticsStatsProgress.Builder>
 
- 
buildBuilds aDataframeAnalyticsStatsProgress.- Specified by:
- buildin interface- ObjectBuilder<DataframeAnalyticsStatsProgress>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-