Class: Aws::Glue::Types::GetDataQualityModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The timestamp when the data quality model training completed.

Returns:

  • (Time)


10019
10020
10021
10022
10023
10024
10025
10026
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10019

class GetDataQualityModelResponse < Struct.new(
  :status,
  :started_on,
  :completed_on,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The training failure reason.

Returns:

  • (String)


10019
10020
10021
10022
10023
10024
10025
10026
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10019

class GetDataQualityModelResponse < Struct.new(
  :status,
  :started_on,
  :completed_on,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The timestamp when the data quality model training started.

Returns:

  • (Time)


10019
10020
10021
10022
10023
10024
10025
10026
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10019

class GetDataQualityModelResponse < Struct.new(
  :status,
  :started_on,
  :completed_on,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The training status of the data quality model.

Returns:

  • (String)


10019
10020
10021
10022
10023
10024
10025
10026
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10019

class GetDataQualityModelResponse < Struct.new(
  :status,
  :started_on,
  :completed_on,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end