Class: Aws::Types::GetModelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


844
845
846
# File 'sig/types.rbs', line 844

def max_results
  @max_results
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

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")


842
843
844
# File 'sig/types.rbs', line 842

def model_type
  @model_type
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def next_token
  @next_token
end