Class: Aws::Types::CreateModelVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_events_detailTypes::ExternalEventsDetail

Returns the value of attribute external_events_detail.



231
232
233
# File 'sig/types.rbs', line 231

def external_events_detail
  @external_events_detail
end

#ingested_events_detailTypes::IngestedEventsDetail

Returns the value of attribute ingested_events_detail.



232
233
234
# File 'sig/types.rbs', line 232

def ingested_events_detail
  @ingested_events_detail
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

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


228
229
230
# File 'sig/types.rbs', line 228

def model_type
  @model_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def tags
  @tags
end

#training_data_schemaTypes::TrainingDataSchema

Returns the value of attribute training_data_schema.



230
231
232
# File 'sig/types.rbs', line 230

def training_data_schema
  @training_data_schema
end

#training_data_source"EXTERNAL_EVENTS", "INGESTED_EVENTS"

Returns the value of attribute training_data_source.

Returns:

  • ("EXTERNAL_EVENTS", "INGESTED_EVENTS")


229
230
231
# File 'sig/types.rbs', line 229

def training_data_source
  @training_data_source
end