Uses of Class
com.azure.analytics.synapse.artifacts.models.SparkRequest
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SparkRequest in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSparkBatchJobState.getJobCreationRequest()
Get the jobCreationRequest property: The jobCreationRequest property.SparkRequest.setArchives
(List<String> archives) Set the archives property: The archives property.SparkRequest.setArguments
(List<String> arguments) Set the arguments property: The args property.SparkRequest.setClassName
(String className) Set the className property: The className property.SparkRequest.setConfiguration
(Map<String, String> configuration) Set the configuration property: Dictionary of <string>.SparkRequest.setDriverCores
(Integer driverCores) Set the driverCores property: The driverCores property.SparkRequest.setDriverMemory
(String driverMemory) Set the driverMemory property: The driverMemory property.SparkRequest.setExecutorCores
(Integer executorCores) Set the executorCores property: The executorCores property.SparkRequest.setExecutorCount
(Integer executorCount) Set the executorCount property: The numExecutors property.SparkRequest.setExecutorMemory
(String executorMemory) Set the executorMemory property: The executorMemory property.Set the file property: The file property.Set the files property: The files property.Set the jars property: The jars property.Set the name property: The name property.SparkRequest.setPythonFiles
(List<String> pythonFiles) Set the pythonFiles property: The pyFiles property.Modifier and TypeMethodDescriptionSparkBatchJobState.setJobCreationRequest
(SparkRequest jobCreationRequest) Set the jobCreationRequest property: The jobCreationRequest property.