Module Values_0.CreateFeatureGroupResponseSource

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record. The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account. Note that it can take approximately 10-15 minutes to provision an OnlineStore FeatureGroup with the InMemory StorageType. You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

Sourcetype nonrec t = {
  1. featureGroupArn : FeatureGroupArn.t option;
    (*

    The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceInUse of ResourceInUse.t
  2. | `ResourceLimitExceeded of ResourceLimitExceeded.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?featureGroupArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceInUse of ResourceInUse.t | `ResourceLimitExceeded of ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceInUse of ResourceInUse.t | `ResourceLimitExceeded of ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FeatureGroupArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t