Class PrestissimoEngineDetails
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEngineDetails
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEngineDetails extends com.ibm.cloud.sdk.core.service.model.GenericModel
External engine details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoEngineDetails.Builder
Builder.static interface
PrestissimoEngineDetails.SizeConfig
Size config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apiKey()
Gets the apiKey.java.lang.String
connectionString()
Gets the connectionString.PrestissimoNodeDescriptionBody
coordinator()
Gets the coordinator.PrestissimoEndpoints
endpoints()
Gets the endpoints.java.lang.String
instanceId()
Gets the instanceId.java.lang.String
managedBy()
Gets the managedBy.java.lang.String
metastoreHost()
Gets the metastoreHost.PrestissimoEngineDetails.Builder
newBuilder()
New builder.java.lang.String
sizeConfig()
Gets the sizeConfig.PrestissimoNodeDescriptionBody
worker()
Gets the worker.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEngineDetails.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEngineDetails builder
-
apiKey
public java.lang.String apiKey()
Gets the apiKey. api key to work with the saas IAE instance.- Returns:
- the apiKey
-
connectionString
public java.lang.String connectionString()
Gets the connectionString. External engine connection string.- Returns:
- the connectionString
-
coordinator
public PrestissimoNodeDescriptionBody coordinator()
Gets the coordinator. coordinator/worker property settings.- Returns:
- the coordinator
-
endpoints
public PrestissimoEndpoints endpoints()
Gets the endpoints. Endpoints.- Returns:
- the endpoints
-
instanceId
public java.lang.String instanceId()
Gets the instanceId. Instance to access the instance.- Returns:
- the instanceId
-
managedBy
public java.lang.String managedBy()
Gets the managedBy. How is the spark instance managed.- Returns:
- the managedBy
-
metastoreHost
public java.lang.String metastoreHost()
Gets the metastoreHost. Metastore host.- Returns:
- the metastoreHost
-
sizeConfig
public java.lang.String sizeConfig()
Gets the sizeConfig. Size config.- Returns:
- the sizeConfig
-
worker
public PrestissimoNodeDescriptionBody worker()
Gets the worker. coordinator/worker property settings.- Returns:
- the worker
-
-