Class: Aws::Types::UpdateMLModelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def ml_model_id
  @ml_model_id
end

#ml_model_name::String

Returns the value of attribute ml_model_name.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def ml_model_name
  @ml_model_name
end

#score_threshold::Float

Returns the value of attribute score_threshold.

Returns:

  • (::Float)


669
670
671
# File 'sig/types.rbs', line 669

def score_threshold
  @score_threshold
end