Class: Aws::Glue::Types::GetDataQualityModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataQualityModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_on ⇒ Time
The timestamp when the data quality model training completed.
-
#failure_reason ⇒ String
The training failure reason.
-
#started_on ⇒ Time
The timestamp when the data quality model training started.
-
#status ⇒ String
The training status of the data quality model.
Instance Attribute Details
#completed_on ⇒ Time
The timestamp when the data quality model training completed.
10216 10217 10218 10219 10220 10221 10222 10223 |
# File 'lib/aws-sdk-glue/types.rb', line 10216 class GetDataQualityModelResponse < Struct.new( :status, :started_on, :completed_on, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The training failure reason.
10216 10217 10218 10219 10220 10221 10222 10223 |
# File 'lib/aws-sdk-glue/types.rb', line 10216 class GetDataQualityModelResponse < Struct.new( :status, :started_on, :completed_on, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Time
The timestamp when the data quality model training started.
10216 10217 10218 10219 10220 10221 10222 10223 |
# File 'lib/aws-sdk-glue/types.rb', line 10216 class GetDataQualityModelResponse < Struct.new( :status, :started_on, :completed_on, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The training status of the data quality model.
10216 10217 10218 10219 10220 10221 10222 10223 |
# File 'lib/aws-sdk-glue/types.rb', line 10216 class GetDataQualityModelResponse < Struct.new( :status, :started_on, :completed_on, :failure_reason) SENSITIVE = [] include Aws::Structure end |