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)


11468
11469
11470
# File 'sig/types.rbs', line 11468

def completed
  @completed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


11469
11470
11471
# File 'sig/types.rbs', line 11469

def in_progress
  @in_progress
end

#non_retryable_error::Integer

Returns the value of attribute non_retryable_error.

Returns:

  • (::Integer)


11471
11472
11473
# File 'sig/types.rbs', line 11471

def non_retryable_error
  @non_retryable_error
end

#retryable_error::Integer

Returns the value of attribute retryable_error.

Returns:

  • (::Integer)


11470
11471
11472
# File 'sig/types.rbs', line 11470

def retryable_error
  @retryable_error
end

#stopped::Integer

Returns the value of attribute stopped.

Returns:

  • (::Integer)


11472
11473
11474
# File 'sig/types.rbs', line 11472

def stopped
  @stopped
end