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)


11483
11484
11485
# File 'sig/types.rbs', line 11483

def completed
  @completed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


11484
11485
11486
# File 'sig/types.rbs', line 11484

def in_progress
  @in_progress
end

#non_retryable_error::Integer

Returns the value of attribute non_retryable_error.

Returns:

  • (::Integer)


11486
11487
11488
# File 'sig/types.rbs', line 11486

def non_retryable_error
  @non_retryable_error
end

#retryable_error::Integer

Returns the value of attribute retryable_error.

Returns:

  • (::Integer)


11485
11486
11487
# File 'sig/types.rbs', line 11485

def retryable_error
  @retryable_error
end

#stopped::Integer

Returns the value of attribute stopped.

Returns:

  • (::Integer)


11487
11488
11489
# File 'sig/types.rbs', line 11487

def stopped
  @stopped
end