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.GenericModel
The scalePrestissimoEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScalePrestissimoEngineOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.PrestissimoNodeDescriptionBody
coordinator()
Gets the coordinator.java.lang.String
engineId()
Gets the engineId.ScalePrestissimoEngineOptions.Builder
newBuilder()
New builder.PrestissimoNodeDescriptionBody
worker()
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
-
-