Class: Aws::Types::TrainedModelInferenceMaxOutputSize

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unit"GB"

Returns the value of attribute unit.

Returns:

  • ("GB")


1421
1422
1423
# File 'sig/types.rbs', line 1421

def unit
  @unit
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def value
  @value
end