Class: Aws::Types::UpdateModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def model_id
  @model_id
end

#model_type"ONLINE_FRAUD_INSIGHTS", ...

Returns the value of attribute model_type.

Returns:

  • ("ONLINE_FRAUD_INSIGHTS", "TRANSACTION_FRAUD_INSIGHTS", "ACCOUNT_TAKEOVER_INSIGHTS")


1374
1375
1376
# File 'sig/types.rbs', line 1374

def model_type
  @model_type
end