Class EstimateModelMemoryResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ml.EstimateModelMemoryResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<EstimateModelMemoryResponse>
- Enclosing class:
- EstimateModelMemoryResponse
public static class EstimateModelMemoryResponse.Builder extends java.lang.Object implements ObjectBuilder<EstimateModelMemoryResponse>
Builder for
EstimateModelMemoryResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description EstimateModelMemoryResponsebuild()Builds aEstimateModelMemoryResponse.EstimateModelMemoryResponse.BuildermodelMemoryEstimate(java.lang.String value)Required - API name:model_memory_estimateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelMemoryEstimate
Required - API name:model_memory_estimate -
build
Builds aEstimateModelMemoryResponse.- Specified by:
buildin interfaceObjectBuilder<EstimateModelMemoryResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-