Class EngineDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.EngineDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelEngine configuration details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEngineDetails.BuilderBuilder.static interfaceEngineDetails.SizeConfigCPD supported sizes are: custom, starter, small, medium, large, xlarge, and xxlarge.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinatorNodeDescriptionBodycoordinator()Gets the coordinator.EngineDetails.BuildernewBuilder()New builder.java.lang.StringsizeConfig()Gets the sizeConfig.WorkerNodeDescriptionBodyworker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public EngineDetails.Builder newBuilder()
New builder.- Returns:
- a EngineDetails builder
-
coordinator
public CoordinatorNodeDescriptionBody coordinator()
Gets the coordinator. Presto engine configurations.- Returns:
- the coordinator
-
sizeConfig
public java.lang.String sizeConfig()
Gets the sizeConfig. CPD supported sizes are: custom, starter, small, medium, large, xlarge, and xxlarge. IBM cloud supported sizes are: custom, starter, small, medium, large, cache_optimized, compute_optimized and lite.- Returns:
- the sizeConfig
-
worker
public WorkerNodeDescriptionBody worker()
Gets the worker. Presto engine configurations.- Returns:
- the worker
-
-