ModelVersionDetail
The details of the model version.
Contents
- arn
-
The model version ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn\:aws[a-z-]{0,15}\:frauddetector\:[a-z0-9-]{3,20}\:[0-9]{12}\:[^\s]{2,128}$
Required: No
- createdTime
-
The timestamp when the model was created.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- externalEventsDetail
-
The external events data details. This will be populated if the
trainingDataSource
for the model version is specified asEXTERNAL_EVENTS
.Type: ExternalEventsDetail object
Required: No
- ingestedEventsDetail
-
The ingested events data details. This will be populated if the
trainingDataSource
for the model version is specified asINGESTED_EVENTS
.Type: IngestedEventsDetail object
Required: No
- lastUpdatedTime
-
The timestamp when the model was last updated.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- modelId
-
The model ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_]+$
Required: No
- modelType
-
The model type.
Type: String
Valid Values:
ONLINE_FRAUD_INSIGHTS | TRANSACTION_FRAUD_INSIGHTS | ACCOUNT_TAKEOVER_INSIGHTS
Required: No
- modelVersionNumber
-
The model version number.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 7.
Pattern:
^[1-9][0-9]{0,3}\.[0-9]{1,2}$
Required: No
- status
-
The status of the model version.
Type: String
Required: No
- trainingDataSchema
-
The training data schema.
Type: TrainingDataSchema object
Required: No
- trainingDataSource
-
The model version training data source.
Type: String
Valid Values:
EXTERNAL_EVENTS | INGESTED_EVENTS
Required: No
- trainingResult
-
The training results.
Type: TrainingResult object
Required: No
- trainingResultV2
-
The training result details. The details include the relative importance of the variables.
Type: TrainingResultV2 object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: