Values.DescribeDatasetResponseSourceProvides a JSON description of the data in each time series dataset, including names, column names, and data types.
type nonrec t = {datasetName : DatasetName.t option;The name of the dataset being described.
*)datasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the dataset being described.
*)createdAt : Timestamp.t option;Specifies the time the dataset was created in Lookout for Equipment.
*)lastUpdatedAt : Timestamp.t option;Specifies the time the dataset was last updated, if it was.
*)status : DatasetStatus.t option;Indicates the status of the dataset.
*)schema : InlineDataSchema.t option;A JSON description of the data that is in each time series dataset, including names, column names, and data types.
*)serverSideKmsKeyId : KmsKeyArn.t option;Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
*)ingestionInputConfiguration : IngestionInputConfiguration.t option;Specifies the S3 location configuration for the data input for the data ingestion job.
*)dataQualitySummary : DataQualitySummary.t option;Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
*)ingestedFilesSummary : IngestedFilesSummary.t option;IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
*)dataStartTime : Timestamp.t option;Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
*)dataEndTime : Timestamp.t option;Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
*)sourceDatasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?datasetName:??? ->
?datasetArn:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
?status:??? ->
?schema:??? ->
?serverSideKmsKeyId:??? ->
?ingestionInputConfiguration:??? ->
?dataQualitySummary:??? ->
?ingestedFilesSummary:??? ->
?roleArn:??? ->
?dataStartTime:??? ->
?dataEndTime:??? ->
?sourceDatasetArn:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetName.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of S3Bucket.t ]) list ]
list
| `Structure of
(string
* [> `Integer of Integer.t
| `String of S3Bucket.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]