Class: Aws::Types::DataQualityAnalyzerResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :evaluation_message, :evaluated_metrics, :evaluated_distributions])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def description
  @description
end

#evaluated_distributions::Hash[::String, Types::DistributionData]

Returns the value of attribute evaluated_distributions.

Returns:



1998
1999
2000
# File 'sig/types.rbs', line 1998

def evaluated_distributions
  @evaluated_distributions
end

#evaluated_metrics::Hash[::String, ::Float]

Returns the value of attribute evaluated_metrics.

Returns:

  • (::Hash[::String, ::Float])


1997
1998
1999
# File 'sig/types.rbs', line 1997

def evaluated_metrics
  @evaluated_metrics
end

#evaluation_message::String

Returns the value of attribute evaluation_message.

Returns:

  • (::String)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def evaluation_message
  @evaluation_message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def name
  @name
end