Class IngestionJobExecuteConfig
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.IngestionJobExecuteConfig
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IngestionJobExecuteConfig extends com.ibm.cloud.sdk.core.service.model.GenericModelIngestion engine configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetDriverCores()Gets the driverCores.java.lang.StringgetDriverMemory()Gets the driverMemory.java.lang.LonggetExecutorCores()Gets the executorCores.java.lang.StringgetExecutorMemory()Gets the executorMemory.java.lang.LonggetNumExecutors()Gets the numExecutors.
-
-
-
Method Detail
-
getDriverCores
public java.lang.Long getDriverCores()
Gets the driverCores. Driver core(s) configuration for Spark engine.- Returns:
- the driverCores
-
getDriverMemory
public java.lang.String getDriverMemory()
Gets the driverMemory. Driver memory configuration (in GB) for Spark engine.- Returns:
- the driverMemory
-
getExecutorCores
public java.lang.Long getExecutorCores()
Gets the executorCores. Executor core(s) configuration for Spark engine.- Returns:
- the executorCores
-
getExecutorMemory
public java.lang.String getExecutorMemory()
Gets the executorMemory. Executor memory configuration (in GB) for Spark engine.- Returns:
- the executorMemory
-
getNumExecutors
public java.lang.Long getNumExecutors()
Gets the numExecutors. Number of executors to assign for Spark engine.- Returns:
- the numExecutors
-
-