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:



6638
6639
6640
# File 'sig/types.rbs', line 6638

def current_copy_count
  @current_copy_count
end

#desired_copy_count::Integer

Returns the value of attribute desired_copy_count.

Returns:



6637
6638
6639
# File 'sig/types.rbs', line 6637

def desired_copy_count
  @desired_copy_count
end

#placement_status::Array[Types::InferenceComponentPlacementStatus]

Returns the value of attribute placement_status.

Returns:



6639
6640
6641
# File 'sig/types.rbs', line 6639

def placement_status
  @placement_status
end