DataQualityJobDefinitionState constructor

const DataQualityJobDefinitionState({
  1. Input<String?>? arn,
  2. Input<DataQualityJobDefinitionDataQualityAppSpecification?>? dataQualityAppSpecification,
  3. Input<DataQualityJobDefinitionDataQualityBaselineConfig?>? dataQualityBaselineConfig,
  4. Input<DataQualityJobDefinitionDataQualityJobInput?>? dataQualityJobInput,
  5. Input<DataQualityJobDefinitionDataQualityJobOutputConfig?>? dataQualityJobOutputConfig,
  6. Input<DataQualityJobDefinitionJobResources?>? jobResources,
  7. Input<String?>? name,
  8. Input<DataQualityJobDefinitionNetworkConfig?>? networkConfig,
  9. Input<String?>? region,
  10. Input<String?>? roleArn,
  11. Input<DataQualityJobDefinitionStoppingCondition?>? stoppingCondition,
  12. Input<Map<String, String>?>? tags,
  13. Input<Map<String, String>?>? tagsAll,
})

Creates a new DataQualityJobDefinitionState. arn ARN assigned by AWS to this data quality job definition. dataQualityAppSpecification Specifies the container that runs the monitoring job. Fields are documented below. dataQualityBaselineConfig Configures the constraints and baselines for the monitoring job. Fields are documented below. dataQualityJobInput A list of inputs for the monitoring job. Fields are documented below. dataQualityJobOutputConfig The output configuration for monitoring jobs. Fields are documented below. jobResources Identifies the resources to deploy for a monitoring job. Fields are documented below. name The name of the data quality job definition. If omitted, the provider will assign a random, unique name. networkConfig Specifies networking configuration for the monitoring job. Fields are documented below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. roleArn ARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf. stoppingCondition A time limit for how long the monitoring job is allowed to run before stopping. Fields are documented below. tags A mapping of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const DataQualityJobDefinitionState({
  this.arn,
  this.dataQualityAppSpecification,
  this.dataQualityBaselineConfig,
  this.dataQualityJobInput,
  this.dataQualityJobOutputConfig,
  this.jobResources,
  this.name,
  this.networkConfig,
  this.region,
  this.roleArn,
  this.stoppingCondition,
  this.tags,
  this.tagsAll,
});