public class SparkJobInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SparkJobInfo() | 
| SparkJobInfo(SparkJobInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppPythonFiles()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCmdArgs()Get Command line parameters of the Spark job separated by space | 
| String | getCurrentTaskId()Get Last task ID of the Spark job | 
| String | getDataEngine()Get Engine name | 
| String | getDataEngineClusterType()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDataEngineImageVersion()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDataEngineStatus()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDataSource()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEngineTypeDetail()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEni()Get This field has been disused. | 
| Long | getIsInherit()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIsLocal()Get Whether the program package is uploaded locally. | 
| String | getIsLocalArchives()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getIsLocalFiles()Get Whether the dependency file is uploaded locally. | 
| String | getIsLocalJars()Get Whether the dependency JAR packages are uploaded locally. | 
| String | getIsLocalPythonFiles()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getIsSessionStarted()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getJobArchives()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getJobConf()Get Native Spark configurations separated by line break | 
| Long | getJobCreateTime()Get Spark job creation time | 
| String | getJobCreator()Get Spark job creator | 
| String | getJobDriverSize()Get Driver resource size of the Spark job | 
| Long | getJobExecutorMaxNumbers()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getJobExecutorNums()Get Number of Spark job executors | 
| String | getJobExecutorSize()Get Executor resource size of the Spark job | 
| String | getJobFile()Get Program package path | 
| String | getJobFiles()Get Dependency files of the Spark job separated by comma | 
| String | getJobId()Get Spark job ID | 
| String | getJobJars()Get Dependency JAR packages of the Spark job separated by comma | 
| Long | getJobMaxAttempts()Get Maximum number of retries of the Spark flow task | 
| String | getJobName()Get Spark job name | 
| String | getJobPythonFiles()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getJobStatus()Get Last status of the Spark job | 
| Long | getJobType()Get Spark job type. | 
| Long | getJobUpdateTime()Get Spark job update time | 
| String | getMainClass()Get Main class of Spark job execution | 
| Long | getRoleArn()Get Role ID | 
| String | getSessionId()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSparkImage()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSparkImageVersion()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| StreamingStatistics | getStreamingStat()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getTaskNum()Get Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAppPythonFiles(String AppPythonFiles)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCmdArgs(String CmdArgs)Set Command line parameters of the Spark job separated by space | 
| void | setCurrentTaskId(String CurrentTaskId)Set Last task ID of the Spark job | 
| void | setDataEngine(String DataEngine)Set Engine name | 
| void | setDataEngineClusterType(String DataEngineClusterType)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDataEngineImageVersion(String DataEngineImageVersion)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDataEngineStatus(Long DataEngineStatus)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDataSource(String DataSource)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEngineTypeDetail(String EngineTypeDetail)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEni(String Eni)Set This field has been disused. | 
| void | setIsInherit(Long IsInherit)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsLocal(String IsLocal)Set Whether the program package is uploaded locally. | 
| void | setIsLocalArchives(String IsLocalArchives)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsLocalFiles(String IsLocalFiles)Set Whether the dependency file is uploaded locally. | 
| void | setIsLocalJars(String IsLocalJars)Set Whether the dependency JAR packages are uploaded locally. | 
| void | setIsLocalPythonFiles(String IsLocalPythonFiles)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsSessionStarted(Boolean IsSessionStarted)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setJobArchives(String JobArchives)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setJobConf(String JobConf)Set Native Spark configurations separated by line break | 
| void | setJobCreateTime(Long JobCreateTime)Set Spark job creation time | 
| void | setJobCreator(String JobCreator)Set Spark job creator | 
| void | setJobDriverSize(String JobDriverSize)Set Driver resource size of the Spark job | 
| void | setJobExecutorMaxNumbers(Long JobExecutorMaxNumbers)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setJobExecutorNums(Long JobExecutorNums)Set Number of Spark job executors | 
| void | setJobExecutorSize(String JobExecutorSize)Set Executor resource size of the Spark job | 
| void | setJobFile(String JobFile)Set Program package path | 
| void | setJobFiles(String JobFiles)Set Dependency files of the Spark job separated by comma | 
| void | setJobId(String JobId)Set Spark job ID | 
| void | setJobJars(String JobJars)Set Dependency JAR packages of the Spark job separated by comma | 
| void | setJobMaxAttempts(Long JobMaxAttempts)Set Maximum number of retries of the Spark flow task | 
| void | setJobName(String JobName)Set Spark job name | 
| void | setJobPythonFiles(String JobPythonFiles)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setJobStatus(Long JobStatus)Set Last status of the Spark job | 
| void | setJobType(Long JobType)Set Spark job type. | 
| void | setJobUpdateTime(Long JobUpdateTime)Set Spark job update time | 
| void | setMainClass(String MainClass)Set Main class of Spark job execution | 
| void | setRoleArn(Long RoleArn)Set Role ID | 
| void | setSessionId(String SessionId)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSparkImage(String SparkImage)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSparkImageVersion(String SparkImageVersion)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStreamingStat(StreamingStatistics StreamingStat)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTaskNum(Long TaskNum)Set Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SparkJobInfo()
public SparkJobInfo(SparkJobInfo source)
public String getJobId()
public void setJobId(String JobId)
JobId - Spark job IDpublic String getJobName()
public void setJobName(String JobName)
JobName - Spark job namepublic Long getJobType()
public void setJobType(Long JobType)
JobType - Spark job type. Valid values: `1` (batch job), `2` (streaming job).public String getDataEngine()
public void setDataEngine(String DataEngine)
DataEngine - Engine namepublic String getEni()
public void setEni(String Eni)
Eni - This field has been disused. Use the `Datasource` field instead.public String getIsLocal()
public void setIsLocal(String IsLocal)
IsLocal - Whether the program package is uploaded locally. Valid values: `cos`, `lakefs`.public String getJobFile()
public void setJobFile(String JobFile)
JobFile - Program package pathpublic Long getRoleArn()
public void setRoleArn(Long RoleArn)
RoleArn - Role IDpublic String getMainClass()
public void setMainClass(String MainClass)
MainClass - Main class of Spark job executionpublic String getCmdArgs()
public void setCmdArgs(String CmdArgs)
CmdArgs - Command line parameters of the Spark job separated by spacepublic String getJobConf()
public void setJobConf(String JobConf)
JobConf - Native Spark configurations separated by line breakpublic String getIsLocalJars()
public void setIsLocalJars(String IsLocalJars)
IsLocalJars - Whether the dependency JAR packages are uploaded locally. Valid values: `cos`, `lakefs`.public String getJobJars()
public void setJobJars(String JobJars)
JobJars - Dependency JAR packages of the Spark job separated by commapublic String getIsLocalFiles()
public void setIsLocalFiles(String IsLocalFiles)
IsLocalFiles - Whether the dependency file is uploaded locally. Valid values: `cos`, `lakefs`.public String getJobFiles()
public void setJobFiles(String JobFiles)
JobFiles - Dependency files of the Spark job separated by commapublic String getJobDriverSize()
public void setJobDriverSize(String JobDriverSize)
JobDriverSize - Driver resource size of the Spark jobpublic String getJobExecutorSize()
public void setJobExecutorSize(String JobExecutorSize)
JobExecutorSize - Executor resource size of the Spark jobpublic Long getJobExecutorNums()
public void setJobExecutorNums(Long JobExecutorNums)
JobExecutorNums - Number of Spark job executorspublic Long getJobMaxAttempts()
public void setJobMaxAttempts(Long JobMaxAttempts)
JobMaxAttempts - Maximum number of retries of the Spark flow taskpublic String getJobCreator()
public void setJobCreator(String JobCreator)
JobCreator - Spark job creatorpublic Long getJobCreateTime()
public void setJobCreateTime(Long JobCreateTime)
JobCreateTime - Spark job creation timepublic Long getJobUpdateTime()
public void setJobUpdateTime(Long JobUpdateTime)
JobUpdateTime - Spark job update timepublic String getCurrentTaskId()
public void setCurrentTaskId(String CurrentTaskId)
CurrentTaskId - Last task ID of the Spark jobpublic Long getJobStatus()
public void setJobStatus(Long JobStatus)
JobStatus - Last status of the Spark jobpublic StreamingStatistics getStreamingStat()
public void setStreamingStat(StreamingStatistics StreamingStat)
StreamingStat - Note: This field may return null, indicating that no valid values can be obtained.public String getDataSource()
public void setDataSource(String DataSource)
DataSource - Note: This field may return null, indicating that no valid values can be obtained.public String getIsLocalPythonFiles()
public void setIsLocalPythonFiles(String IsLocalPythonFiles)
IsLocalPythonFiles - Note: This field may return null, indicating that no valid values can be obtained.public String getAppPythonFiles()
public void setAppPythonFiles(String AppPythonFiles)
AppPythonFiles - Note: This field may return null, indicating that no valid values can be obtained.public String getIsLocalArchives()
public void setIsLocalArchives(String IsLocalArchives)
IsLocalArchives - Note: This field may return null, indicating that no valid values can be obtained.public String getJobArchives()
public void setJobArchives(String JobArchives)
JobArchives - Note: This field may return null, indicating that no valid values can be obtained.public String getSparkImage()
public void setSparkImage(String SparkImage)
SparkImage - Note: This field may return null, indicating that no valid values can be obtained.public String getJobPythonFiles()
public void setJobPythonFiles(String JobPythonFiles)
JobPythonFiles - Note: This field may return null, indicating that no valid values can be obtained.public Long getTaskNum()
public void setTaskNum(Long TaskNum)
TaskNum - Note: This field may return null, indicating that no valid values can be obtained.public Long getDataEngineStatus()
public void setDataEngineStatus(Long DataEngineStatus)
DataEngineStatus - Note: This field may return null, indicating that no valid values can be obtained.public Long getJobExecutorMaxNumbers()
public void setJobExecutorMaxNumbers(Long JobExecutorMaxNumbers)
JobExecutorMaxNumbers - Note: This field may return null, indicating that no valid values can be obtained.public String getSparkImageVersion()
public void setSparkImageVersion(String SparkImageVersion)
SparkImageVersion - Note: This field may return null, indicating that no valid values can be obtained.public String getSessionId()
public void setSessionId(String SessionId)
SessionId - Note: This field may return null, indicating that no valid values can be obtained.public String getDataEngineClusterType()
public void setDataEngineClusterType(String DataEngineClusterType)
DataEngineClusterType - Note: This field may return null, indicating that no valid values can be obtained.public String getDataEngineImageVersion()
public void setDataEngineImageVersion(String DataEngineImageVersion)
DataEngineImageVersion - Note: This field may return null, indicating that no valid values can be obtained.public Long getIsInherit()
public void setIsInherit(Long IsInherit)
IsInherit - Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsSessionStarted()
public void setIsSessionStarted(Boolean IsSessionStarted)
IsSessionStarted - Note: This field may return null, indicating that no valid values can be obtained.public String getEngineTypeDetail()
public void setEngineTypeDetail(String EngineTypeDetail)
EngineTypeDetail - Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.