/AWS1/CL_DBRDESCRJOBRUNRSP¶
DescribeJobRunResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_JOBNAME
TYPE /AWS1/DBRJOBNAME
/AWS1/DBRJOBNAME
¶
The name of the job being processed during this run.
Optional arguments:¶
IV_ATTEMPT
TYPE /AWS1/DBRATTEMPT
/AWS1/DBRATTEMPT
¶
The number of times that DataBrew has attempted to run the job.
IV_COMPLETEDON
TYPE /AWS1/DBRDATE
/AWS1/DBRDATE
¶
The date and time when the job completed processing.
IV_DATASETNAME
TYPE /AWS1/DBRDATASETNAME
/AWS1/DBRDATASETNAME
¶
The name of the dataset for the job to process.
IV_ERRORMESSAGE
TYPE /AWS1/DBRJOBRUNERRORMESSAGE
/AWS1/DBRJOBRUNERRORMESSAGE
¶
A message indicating an error (if any) that was encountered when the job ran.
IV_EXECUTIONTIME
TYPE /AWS1/DBREXECUTIONTIME
/AWS1/DBREXECUTIONTIME
¶
The amount of time, in seconds, during which the job run consumed resources.
IO_PROFILECONFIGURATION
TYPE REF TO /AWS1/CL_DBRPROFILECONF
/AWS1/CL_DBRPROFILECONF
¶
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
IT_VALIDATIONCONFIGURATIONS
TYPE /AWS1/CL_DBRVALIDATIONCONF=>TT_VALIDATIONCONFIGURATIONLIST
TT_VALIDATIONCONFIGURATIONLIST
¶
List of validation configurations that are applied to the profile job.
IV_RUNID
TYPE /AWS1/DBRJOBRUNID
/AWS1/DBRJOBRUNID
¶
The unique identifier of the job run.
IV_STATE
TYPE /AWS1/DBRJOBRUNSTATE
/AWS1/DBRJOBRUNSTATE
¶
The current state of the job run entity itself.
IV_LOGSUBSCRIPTION
TYPE /AWS1/DBRLOGSUBSCRIPTION
/AWS1/DBRLOGSUBSCRIPTION
¶
The current status of Amazon CloudWatch logging for the job run.
IV_LOGGROUPNAME
TYPE /AWS1/DBRLOGGROUPNAME
/AWS1/DBRLOGGROUPNAME
¶
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
IT_OUTPUTS
TYPE /AWS1/CL_DBROUTPUT=>TT_OUTPUTLIST
TT_OUTPUTLIST
¶
One or more output artifacts from a job run.
IT_DATACATALOGOUTPUTS
TYPE /AWS1/CL_DBRDATACATALOGOUTPUT=>TT_DATACATALOGOUTPUTLIST
TT_DATACATALOGOUTPUTLIST
¶
One or more artifacts that represent the Glue Data Catalog output from running the job.
IT_DATABASEOUTPUTS
TYPE /AWS1/CL_DBRDATABASEOUTPUT=>TT_DATABASEOUTPUTLIST
TT_DATABASEOUTPUTLIST
¶
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
IO_RECIPEREFERENCE
TYPE REF TO /AWS1/CL_DBRRECIPEREFERENCE
/AWS1/CL_DBRRECIPEREFERENCE
¶
RecipeReference
IV_STARTEDBY
TYPE /AWS1/DBRSTARTEDBY
/AWS1/DBRSTARTEDBY
¶
The Amazon Resource Name (ARN) of the user who started the job run.
IV_STARTEDON
TYPE /AWS1/DBRDATE
/AWS1/DBRDATE
¶
The date and time when the job run began.
IO_JOBSAMPLE
TYPE REF TO /AWS1/CL_DBRJOBSAMPLE
/AWS1/CL_DBRJOBSAMPLE
¶
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
Queryable Attributes¶
Attempt¶
The number of times that DataBrew has attempted to run the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTEMPT() |
Getter for ATTEMPT |
CompletedOn¶
The date and time when the job completed processing.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPLETEDON() |
Getter for COMPLETEDON, with configurable default |
ASK_COMPLETEDON() |
Getter for COMPLETEDON w/ exceptions if field has no value |
HAS_COMPLETEDON() |
Determine if COMPLETEDON has a value |
DatasetName¶
The name of the dataset for the job to process.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME has a value |
ErrorMessage¶
A message indicating an error (if any) that was encountered when the job ran.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
ExecutionTime¶
The amount of time, in seconds, during which the job run consumed resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXECUTIONTIME() |
Getter for EXECUTIONTIME |
JobName¶
The name of the job being processed during this run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
ProfileConfiguration¶
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROFILECONFIGURATION() |
Getter for PROFILECONFIGURATION |
ValidationConfigurations¶
List of validation configurations that are applied to the profile job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDATIONCONFIGURATIONS() |
Getter for VALIDATIONCONFIGURATIONS, with configurable defau |
ASK_VALIDATIONCONFIGURATIONS() |
Getter for VALIDATIONCONFIGURATIONS w/ exceptions if field h |
HAS_VALIDATIONCONFIGURATIONS() |
Determine if VALIDATIONCONFIGURATIONS has a value |
RunId¶
The unique identifier of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RUNID() |
Getter for RUNID, with configurable default |
ASK_RUNID() |
Getter for RUNID w/ exceptions if field has no value |
HAS_RUNID() |
Determine if RUNID has a value |
State¶
The current state of the job run entity itself.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
LogSubscription¶
The current status of Amazon CloudWatch logging for the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGSUBSCRIPTION() |
Getter for LOGSUBSCRIPTION, with configurable default |
ASK_LOGSUBSCRIPTION() |
Getter for LOGSUBSCRIPTION w/ exceptions if field has no val |
HAS_LOGSUBSCRIPTION() |
Determine if LOGSUBSCRIPTION has a value |
LogGroupName¶
The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGGROUPNAME() |
Getter for LOGGROUPNAME, with configurable default |
ASK_LOGGROUPNAME() |
Getter for LOGGROUPNAME w/ exceptions if field has no value |
HAS_LOGGROUPNAME() |
Determine if LOGGROUPNAME has a value |
Outputs¶
One or more output artifacts from a job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |
DataCatalogOutputs¶
One or more artifacts that represent the Glue Data Catalog output from running the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATACATALOGOUTPUTS() |
Getter for DATACATALOGOUTPUTS, with configurable default |
ASK_DATACATALOGOUTPUTS() |
Getter for DATACATALOGOUTPUTS w/ exceptions if field has no |
HAS_DATACATALOGOUTPUTS() |
Determine if DATACATALOGOUTPUTS has a value |
DatabaseOutputs¶
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEOUTPUTS() |
Getter for DATABASEOUTPUTS, with configurable default |
ASK_DATABASEOUTPUTS() |
Getter for DATABASEOUTPUTS w/ exceptions if field has no val |
HAS_DATABASEOUTPUTS() |
Determine if DATABASEOUTPUTS has a value |
RecipeReference¶
RecipeReference
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECIPEREFERENCE() |
Getter for RECIPEREFERENCE |
StartedBy¶
The Amazon Resource Name (ARN) of the user who started the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDBY() |
Getter for STARTEDBY, with configurable default |
ASK_STARTEDBY() |
Getter for STARTEDBY w/ exceptions if field has no value |
HAS_STARTEDBY() |
Determine if STARTEDBY has a value |
StartedOn¶
The date and time when the job run began.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
JobSample¶
Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBSAMPLE() |
Getter for JOBSAMPLE |