Class: Aws::Types::TrainingJobStatusCounters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed::Integer

Returns the value of attribute completed.

Returns:

  • (::Integer)


11460
11461
11462
# File 'sig/types.rbs', line 11460

def completed
  @completed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


11461
11462
11463
# File 'sig/types.rbs', line 11461

def in_progress
  @in_progress
end

#non_retryable_error::Integer

Returns the value of attribute non_retryable_error.

Returns:

  • (::Integer)


11463
11464
11465
# File 'sig/types.rbs', line 11463

def non_retryable_error
  @non_retryable_error
end

#retryable_error::Integer

Returns the value of attribute retryable_error.

Returns:

  • (::Integer)


11462
11463
11464
# File 'sig/types.rbs', line 11462

def retryable_error
  @retryable_error
end

#stopped::Integer

Returns the value of attribute stopped.

Returns:

  • (::Integer)


11464
11465
11466
# File 'sig/types.rbs', line 11464

def stopped
  @stopped
end