Class EnginePropertiesOaiGen1Jvm
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EnginePropertiesOaiGen1Jvm
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnginePropertiesOaiGen1Jvm extends com.ibm.cloud.sdk.core.service.model.GenericModelJVM settings. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnginePropertiesOaiGen1Jvm.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDescriptionBodycoordinator()Gets the coordinator.EnginePropertiesOaiGen1Jvm.BuildernewBuilder()New builder.NodeDescriptionBodyworker()Gets the worker. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public EnginePropertiesOaiGen1Jvm.Builder newBuilder()
New builder.- Returns:
 - a EnginePropertiesOaiGen1Jvm builder
 
 
- 
coordinator
public NodeDescriptionBody coordinator()
Gets the coordinator. Coordinator/ worker properties.- Returns:
 - the coordinator
 
 
- 
worker
public NodeDescriptionBody worker()
Gets the worker. Coordinator/ worker properties.- Returns:
 - the worker
 
 
 - 
 
 -