Module Values_1.DatasetMetadataSource

A structure that represents a dataset.

Sourcetype nonrec t = {
  1. datasetArn : Values_0.Arn.t;
    (*

    The Amazon Resource Name (ARN) of the dataset.

    *)
  2. datasetName : Values_0.LimitedString.t option;
    (*

    The name of the dataset.

    *)
  3. datasetDescription : Values_0.LimitedString.t option;
    (*

    The description of the dataset.

    *)
  4. dataAggregation : DataAggregation.t option;
    (*

    The definition of a data aggregation.

    *)
  5. filters : TopicFilters.t option;
    (*

    The list of filter definitions.

    *)
  6. columns : TopicColumns.t option;
    (*

    The list of column definitions.

    *)
  7. calculatedFields : TopicCalculatedFields.t option;
    (*

    The list of calculated field definitions.

    *)
  8. namedEntities : TopicNamedEntities.t option;
    (*

    The list of named entities definitions.

    *)
}
Sourceval context_ : string
Sourceval make : ?datasetName:??? -> ?datasetDescription:??? -> ?dataAggregation:??? -> ?filters:??? -> ?columns:??? -> ?calculatedFields:??? -> ?namedEntities:??? -> datasetArn:Values_0.Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Enum of string | `String of Values_0.LimitedString.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t ] list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of string ] * [> `String of string ]) list ]) list ]) list ] list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of Values_0.String_.t ] list | `Map of ([> `String of Values_0.LimitedString.t ] * [> `String of Values_0.LimitedString.t ]) list | `String of Values_0.LimitedString.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.LimitedString.t | `Structure of (string * [> `List of [> `String of Values_0.String_.t ] list | `String of Values_0.LimitedString.t ]) list ]) list ]) list ]) list ] list | `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `String of Values_0.LimitedString.t ]) list ]) 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