DataQualityJobDefinitionState class

Input properties used for looking up and filtering DataQualityJobDefinition resources.

Constructors

DataQualityJobDefinitionState({Input<String?>? arn, Input<DataQualityJobDefinitionDataQualityAppSpecification?>? dataQualityAppSpecification, Input<DataQualityJobDefinitionDataQualityBaselineConfig?>? dataQualityBaselineConfig, Input<DataQualityJobDefinitionDataQualityJobInput?>? dataQualityJobInput, Input<DataQualityJobDefinitionDataQualityJobOutputConfig?>? dataQualityJobOutputConfig, Input<DataQualityJobDefinitionJobResources?>? jobResources, Input<String?>? name, Input<DataQualityJobDefinitionNetworkConfig?>? networkConfig, Input<String?>? region, Input<String?>? roleArn, Input<DataQualityJobDefinitionStoppingCondition?>? stoppingCondition, Input<Map<String, String>?>? tags, 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.
const
DataQualityJobDefinitionState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN assigned by AWS to this data quality job definition.
final
dataQualityAppSpecification → Input<DataQualityJobDefinitionDataQualityAppSpecification?>?
Specifies the container that runs the monitoring job. Fields are documented below.
final
dataQualityBaselineConfig → Input<DataQualityJobDefinitionDataQualityBaselineConfig?>?
Configures the constraints and baselines for the monitoring job. Fields are documented below.
final
dataQualityJobInput → Input<DataQualityJobDefinitionDataQualityJobInput?>?
A list of inputs for the monitoring job. Fields are documented below.
final
dataQualityJobOutputConfig → Input<DataQualityJobDefinitionDataQualityJobOutputConfig?>?
The output configuration for monitoring jobs. Fields are documented below.
final
hashCode int
The hash code for this object.
no setterinherited
jobResources → Input<DataQualityJobDefinitionJobResources?>?
Identifies the resources to deploy for a monitoring job. Fields are documented below.
final
name → Input<String?>?
The name of the data quality job definition. If omitted, the provider will assign a random, unique name.
final
networkConfig → Input<DataQualityJobDefinitionNetworkConfig?>?
Specifies networking configuration for the monitoring job. Fields are documented below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
roleArn → Input<String?>?
ARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppingCondition → Input<DataQualityJobDefinitionStoppingCondition?>?
A time limit for how long the monitoring job is allowed to run before stopping. Fields are documented below.
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited