Class EngineDetailsBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.EngineDetailsBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineDetailsBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
Node details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EngineDetailsBody.Builder
Builder.static interface
EngineDetailsBody.SizeConfig
Size config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDescriptionBody
coordinator()
Gets the coordinator.EngineDetailsBody.Builder
newBuilder()
New builder.java.lang.String
sizeConfig()
Gets the sizeConfig.NodeDescriptionBody
worker()
Gets the worker.
-
-
-
Method Detail
-
newBuilder
public EngineDetailsBody.Builder newBuilder()
New builder.- Returns:
- a EngineDetailsBody builder
-
worker
public NodeDescriptionBody worker()
Gets the worker. Node details.- Returns:
- the worker
-
coordinator
public NodeDescriptionBody coordinator()
Gets the coordinator. Node details.- Returns:
- the coordinator
-
sizeConfig
public java.lang.String sizeConfig()
Gets the sizeConfig. Size config.- Returns:
- the sizeConfig
-
-