RunNotebookSnapshot Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. RunNotebookSnapshot
- com.
public final class RunNotebookSnapshot
Run notebook snapshot.
Constructor Summary
Constructor | Description |
---|---|
RunNotebookSnapshot() |
Creates an instance of Run |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getExitValue()
Get the exit |
String |
getId()
Get the id property: Run notebook run |
String |
getNotebook()
Get the notebook property: Notebook name. |
Notebook |
getNotebookContent()
Get the notebook |
Map<String,Run |
getParameters()
Get the parameters property: Run notebook parameters. |
String |
getSessionId()
Get the session |
Run |
getSessionOptions()
Get the session |
String |
getSparkPool()
Get the spark |
Boolean |
isHonorSessionTimeToLive()
Get the honor |
Run |
setExitValue(String exitValue)
Set the exit |
Run |
setHonorSessionTimeToLive(Boolean honorSessionTimeToLive)
Set the honor |
Run |
setId(String id)
Set the id property: Run notebook run |
Run |
setNotebook(String notebook)
Set the notebook property: Notebook name. |
Run |
setNotebookContent(NotebookResource notebookContent)
Set the notebook |
Run |
setParameters(Map<String,RunNotebookParameter> parameters)
Set the parameters property: Run notebook parameters. |
Run |
setSessionId(String sessionId)
Set the session |
Run |
setSessionOptions(RunNotebookSparkSessionOptions sessionOptions)
Set the session |
Run |
setSparkPool(String sparkPool)
Set the spark |
Methods inherited from java.lang.Object
Constructor Details
RunNotebookSnapshot
public RunNotebookSnapshot()
Creates an instance of RunNotebookSnapshot class.
Method Details
getExitValue
public String getExitValue()
Get the exitValue property: Output of exit command.
Returns:
getId
public String getId()
Get the id property: Run notebook runId.
Returns:
getNotebook
public String getNotebook()
Get the notebook property: Notebook name.
Returns:
getNotebookContent
public NotebookResource getNotebookContent()
Get the notebookContent property: Notebook resource type.
Returns:
getParameters
public Map
Get the parameters property: Run notebook parameters.
Returns:
getSessionId
public String getSessionId()
Get the sessionId property: Livy session id.
Returns:
getSessionOptions
public RunNotebookSparkSessionOptions getSessionOptions()
Get the sessionOptions property: Session properties.
Returns:
getSparkPool
public String getSparkPool()
Get the sparkPool property: SparkPool name.
Returns:
isHonorSessionTimeToLive
public Boolean isHonorSessionTimeToLive()
Get the honorSessionTimeToLive property: Whether session should run till time to live after run completes.
Returns:
setExitValue
public RunNotebookSnapshot setExitValue(String exitValue)
Set the exitValue property: Output of exit command.
Parameters:
Returns:
setHonorSessionTimeToLive
public RunNotebookSnapshot setHonorSessionTimeToLive(Boolean honorSessionTimeToLive)
Set the honorSessionTimeToLive property: Whether session should run till time to live after run completes.
Parameters:
Returns:
setId
public RunNotebookSnapshot setId(String id)
Set the id property: Run notebook runId.
Parameters:
Returns:
setNotebook
public RunNotebookSnapshot setNotebook(String notebook)
Set the notebook property: Notebook name.
Parameters:
Returns:
setNotebookContent
public RunNotebookSnapshot setNotebookContent(NotebookResource notebookContent)
Set the notebookContent property: Notebook resource type.
Parameters:
Returns:
setParameters
public RunNotebookSnapshot setParameters(Map
Set the parameters property: Run notebook parameters.
Parameters:
Returns:
setSessionId
public RunNotebookSnapshot setSessionId(String sessionId)
Set the sessionId property: Livy session id.
Parameters:
Returns:
setSessionOptions
public RunNotebookSnapshot setSessionOptions(RunNotebookSparkSessionOptions sessionOptions)
Set the sessionOptions property: Session properties.
Parameters:
Returns:
setSparkPool
public RunNotebookSnapshot setSparkPool(String sparkPool)
Set the sparkPool property: SparkPool name.
Parameters:
Returns:
Applies to
Azure SDK for Java