Class: Aws::Types::ModelVersionDetail
- Inherits:
-
Object
- Object
- Aws::Types::ModelVersionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#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.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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.
-
#training_result ⇒ Types::TrainingResult
Returns the value of attribute training_result.
-
#training_result_v2 ⇒ Types::TrainingResultV2
Returns the value of attribute training_result_v2.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def created_time @created_time end |
#external_events_detail ⇒ Types::ExternalEventsDetail
Returns the value of attribute external_events_detail.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def external_events_detail @external_events_detail end |
#ingested_events_detail ⇒ Types::IngestedEventsDetail
Returns the value of attribute ingested_events_detail.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def ingested_events_detail @ingested_events_detail end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def last_updated_time @last_updated_time end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def model_type @model_type end |
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def model_version_number @model_version_number end |
#status ⇒ ::String
Returns the value of attribute status.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def status @status end |
#training_data_schema ⇒ Types::TrainingDataSchema
Returns the value of attribute training_data_schema.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def training_data_schema @training_data_schema end |
#training_data_source ⇒ "EXTERNAL_EVENTS", "INGESTED_EVENTS"
Returns the value of attribute training_data_source.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def training_data_source @training_data_source end |
#training_result ⇒ Types::TrainingResult
Returns the value of attribute training_result.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def training_result @training_result end |
#training_result_v2 ⇒ Types::TrainingResultV2
Returns the value of attribute training_result_v2.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def training_result_v2 @training_result_v2 end |