Class: Aws::Types::DatasetStats

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_entries::Integer

Returns the value of attribute error_entries.

Returns:

  • (::Integer)


382
383
384
# File 'sig/types.rbs', line 382

def error_entries
  @error_entries
end

#labeled_entries::Integer

Returns the value of attribute labeled_entries.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def labeled_entries
  @labeled_entries
end

#total_entries::Integer

Returns the value of attribute total_entries.

Returns:

  • (::Integer)


380
381
382
# File 'sig/types.rbs', line 380

def total_entries
  @total_entries
end

#total_labels::Integer

Returns the value of attribute total_labels.

Returns:

  • (::Integer)


381
382
383
# File 'sig/types.rbs', line 381

def total_labels
  @total_labels
end