Class: Aws::Types::CreateModelVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_events_detail ⇒ Types::ExternalEventsDetail
Returns the value of attribute external_events_detail.
-
#ingested_events_detail ⇒ Types::IngestedEventsDetail
Returns the value of attribute ingested_events_detail.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_data_schema ⇒ Types::TrainingDataSchema
Returns the value of attribute training_data_schema.
-
#training_data_source ⇒ "EXTERNAL_EVENTS", "INGESTED_EVENTS"
Returns the value of attribute training_data_source.
Instance Attribute Details
#external_events_detail ⇒ Types::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_detail ⇒ Types::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.
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.
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.
233 234 235 |
# File 'sig/types.rbs', line 233 def @tags end |
#training_data_schema ⇒ Types::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.
229 230 231 |
# File 'sig/types.rbs', line 229 def training_data_source @training_data_source end |