Class: Aws::Types::GetModelVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetModelVersionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
836 837 838 |
# File 'sig/types.rbs', line 836 def arn @arn end |
#external_events_detail ⇒ Types::ExternalEventsDetail
Returns the value of attribute external_events_detail.
833 834 835 |
# File 'sig/types.rbs', line 833 def external_events_detail @external_events_detail end |
#ingested_events_detail ⇒ Types::IngestedEventsDetail
Returns the value of attribute ingested_events_detail.
834 835 836 |
# File 'sig/types.rbs', line 834 def ingested_events_detail @ingested_events_detail end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
829 830 831 |
# File 'sig/types.rbs', line 829 def model_type @model_type end |
#model_version_number ⇒ ::String
Returns the value of attribute model_version_number.
830 831 832 |
# File 'sig/types.rbs', line 830 def model_version_number @model_version_number end |
#status ⇒ ::String
Returns the value of attribute status.
835 836 837 |
# File 'sig/types.rbs', line 835 def status @status end |
#training_data_schema ⇒ Types::TrainingDataSchema
Returns the value of attribute training_data_schema.
832 833 834 |
# File 'sig/types.rbs', line 832 def training_data_schema @training_data_schema end |
#training_data_source ⇒ "EXTERNAL_EVENTS", "INGESTED_EVENTS"
Returns the value of attribute training_data_source.
831 832 833 |
# File 'sig/types.rbs', line 831 def training_data_source @training_data_source end |