Module: Aws::FraudDetector::Client::_GetModelVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetModelVersionResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #external_events_detail ⇒ Types::ExternalEventsDetail
- #ingested_events_detail ⇒ Types::IngestedEventsDetail
- #model_id ⇒ ::String
- #model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
- #model_version_number ⇒ ::String
- #status ⇒ ::String
- #training_data_schema ⇒ Types::TrainingDataSchema
- #training_data_source ⇒ "EXTERNAL_EVENTS", "INGESTED_EVENTS"
Instance Method Details
#arn ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def arn: () -> ::String
|
#external_events_detail ⇒ Types::ExternalEventsDetail
743 |
# File 'sig/client.rbs', line 743
def external_events_detail: () -> Types::ExternalEventsDetail
|
#ingested_events_detail ⇒ Types::IngestedEventsDetail
744 |
# File 'sig/client.rbs', line 744
def ingested_events_detail: () -> Types::IngestedEventsDetail
|
#model_id ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def model_id: () -> ::String
|
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
739 |
# File 'sig/client.rbs', line 739
def model_type: () -> ("ONLINE_FRAUD_INSIGHTS" | "TRANSACTION_FRAUD_INSIGHTS" | "ACCOUNT_TAKEOVER_INSIGHTS")
|
#model_version_number ⇒ ::String
740 |
# File 'sig/client.rbs', line 740
def model_version_number: () -> ::String
|
#status ⇒ ::String
745 |
# File 'sig/client.rbs', line 745
def status: () -> ::String
|
#training_data_schema ⇒ Types::TrainingDataSchema
742 |
# File 'sig/client.rbs', line 742
def training_data_schema: () -> Types::TrainingDataSchema
|
#training_data_source ⇒ "EXTERNAL_EVENTS", "INGESTED_EVENTS"
741 |
# File 'sig/client.rbs', line 741
def training_data_source: () -> ("EXTERNAL_EVENTS" | "INGESTED_EVENTS")
|