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< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new DataQualityJobDefinitionState.
arnARN assigned by AWS to this data quality job definition.dataQualityAppSpecificationSpecifies the container that runs the monitoring job. Fields are documented below.dataQualityBaselineConfigConfigures the constraints and baselines for the monitoring job. Fields are documented below.dataQualityJobInputA list of inputs for the monitoring job. Fields are documented below.dataQualityJobOutputConfigThe output configuration for monitoring jobs. Fields are documented below.jobResourcesIdentifies the resources to deploy for a monitoring job. Fields are documented below.nameThe name of the data quality job definition. If omitted, the provider will assign a random, unique name.networkConfigSpecifies networking configuration for the monitoring job. Fields are documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.roleArnARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.stoppingConditionA time limit for how long the monitoring job is allowed to run before stopping. Fields are documented below.tagsA mapping of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
-
A mapping of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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