Class PrestissimoEngineDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoEngineDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEngineDetails extends com.ibm.cloud.sdk.core.service.model.GenericModelExternal engine details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoEngineDetails.BuilderBuilder.static interfacePrestissimoEngineDetails.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 PrestissimoCoordinatorNodeDetailscoordinator()Gets the coordinator.PrestissimoEngineDetails.BuildernewBuilder()New builder.java.lang.StringsizeConfig()Gets the sizeConfig.PrestissimoWorkerNodeDetailsworker()Gets the worker.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEngineDetails.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEngineDetails builder
-
coordinator
public PrestissimoCoordinatorNodeDetails 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 PrestissimoWorkerNodeDetails worker()
Gets the worker. Presto engine configurations.- Returns:
- the worker
-
-