Class: Aws::Types::InferenceComponentRuntimeConfigSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_copy_count::Integer

Returns the value of attribute current_copy_count.

Returns:

  • (::Integer)


6583
6584
6585
# File 'sig/types.rbs', line 6583

def current_copy_count
  @current_copy_count
end

#desired_copy_count::Integer

Returns the value of attribute desired_copy_count.

Returns:

  • (::Integer)


6582
6583
6584
# File 'sig/types.rbs', line 6582

def desired_copy_count
  @desired_copy_count
end

#placement_status::Array[Types::InferenceComponentPlacementStatus]

Returns the value of attribute placement_status.



6584
6585
6586
# File 'sig/types.rbs', line 6584

def placement_status
  @placement_status
end