Class: Aws::FraudDetector::Types::CreateModelVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CreateModelVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_events_detail ⇒ Types::ExternalEventsDetail
Details of the external events data used for model version training.
-
#ingested_events_detail ⇒ Types::IngestedEventsDetail
Details of the ingested events data used for model version training.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
-
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
-
#training_data_source ⇒ String
The training data source location in Amazon S3.
Instance Attribute Details
#external_events_detail ⇒ Types::ExternalEventsDetail
Details of the external events data used for model version training. Required if ‘trainingDataSource` is `EXTERNAL_EVENTS`.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#ingested_events_detail ⇒ Types::IngestedEventsDetail
Details of the ingested events data used for model version training. Required if ‘trainingDataSource` is `INGESTED_EVENTS`.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#training_data_schema ⇒ Types::TrainingDataSchema
The training data schema.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#training_data_source ⇒ String
The training data source location in Amazon S3.
861 862 863 864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 861 class CreateModelVersionRequest < Struct.new( :model_id, :model_type, :training_data_source, :training_data_schema, :external_events_detail, :ingested_events_detail, :tags) SENSITIVE = [] include Aws::Structure end |