commonMain.aws.sdk.kotlin.services.databrew.model.DescribeJobRunResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of databrew-jvm Show documentation
Show all versions of databrew-jvm Show documentation
The AWS Kotlin client for DataBrew
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.databrew.model
import aws.smithy.kotlin.runtime.time.Instant
public class DescribeJobRunResponse private constructor(builder: Builder) {
/**
* The number of times that DataBrew has attempted to run the job.
*/
public val attempt: kotlin.Int = builder.attempt
/**
* The date and time when the job completed processing.
*/
public val completedOn: aws.smithy.kotlin.runtime.time.Instant? = builder.completedOn
/**
* One or more artifacts that represent the Glue Data Catalog output from running the job.
*/
public val dataCatalogOutputs: List? = builder.dataCatalogOutputs
/**
* Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
*/
public val databaseOutputs: List? = builder.databaseOutputs
/**
* The name of the dataset for the job to process.
*/
public val datasetName: kotlin.String? = builder.datasetName
/**
* A message indicating an error (if any) that was encountered when the job ran.
*/
public val errorMessage: kotlin.String? = builder.errorMessage
/**
* The amount of time, in seconds, during which the job run consumed resources.
*/
public val executionTime: kotlin.Int = builder.executionTime
/**
* The name of the job being processed during this run.
*/
public val jobName: kotlin.String? = builder.jobName
/**
* 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.
*/
public val jobSample: aws.sdk.kotlin.services.databrew.model.JobSample? = builder.jobSample
/**
* The name of an Amazon CloudWatch log group, where the job writes diagnostic messages when it runs.
*/
public val logGroupName: kotlin.String? = builder.logGroupName
/**
* The current status of Amazon CloudWatch logging for the job run.
*/
public val logSubscription: aws.sdk.kotlin.services.databrew.model.LogSubscription? = builder.logSubscription
/**
* One or more output artifacts from a job run.
*/
public val outputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy