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)


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

def description
  @description
end

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

Returns the value of attribute evaluated_distributions.

Returns:



2002
2003
2004
# File 'sig/types.rbs', line 2002

def evaluated_distributions
  @evaluated_distributions
end

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

Returns the value of attribute evaluated_metrics.

Returns:

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


2001
2002
2003
# File 'sig/types.rbs', line 2001

def evaluated_metrics
  @evaluated_metrics
end

#evaluation_message::String

Returns the value of attribute evaluation_message.

Returns:

  • (::String)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def evaluation_message
  @evaluation_message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end