Class ScalePrestissimoEngineOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ScalePrestissimoEngineOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ScalePrestissimoEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe scalePrestissimoEngine options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScalePrestissimoEngineOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.PrestissimoNodeDescriptionBodycoordinator()Gets the coordinator.java.lang.StringengineId()Gets the engineId.ScalePrestissimoEngineOptions.BuildernewBuilder()New builder.PrestissimoNodeDescriptionBodyworker()Gets the worker. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public ScalePrestissimoEngineOptions.Builder newBuilder()
New builder.- Returns:
 - a ScalePrestissimoEngineOptions builder
 
 
- 
engineId
public java.lang.String engineId()
Gets the engineId. engine id.- Returns:
 - the engineId
 
 
- 
coordinator
public PrestissimoNodeDescriptionBody coordinator()
Gets the coordinator. coordinator/worker property settings.- Returns:
 - the coordinator
 
 
- 
worker
public PrestissimoNodeDescriptionBody worker()
Gets the worker. coordinator/worker property settings.- Returns:
 - the worker
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
 - the authInstanceId
 
 
 - 
 
 -