Module Values.DescribeTestSetGenerationResponseSource

Gets metadata information about the test set generation.

Sourcetype nonrec t = {
  1. testSetGenerationId : Id.t option;
    (*

    The unique identifier of the test set generation.

    *)
  2. testSetGenerationStatus : TestSetGenerationStatus.t option;
    (*

    The status for the test set generation.

    *)
  3. failureReasons : FailureReasons.t option;
    (*

    The reasons the test set generation failed.

    *)
  4. testSetId : Id.t option;
    (*

    The unique identifier for the test set created for the generated test set.

    *)
  5. testSetName : Name.t option;
    (*

    The test set name for the generated test set.

    *)
  6. description : Description.t option;
    (*

    The test set description for the test set generation.

    *)
  7. storageLocation : TestSetStorageLocation.t option;
    (*

    The Amazon S3 storage location for the test set generation.

    *)
  8. generationDataSource : TestSetGenerationDataSource.t option;
    (*

    The data source of the test set used for the test set generation.

    *)
  9. roleArn : RoleArn.t option;
    (*

    The roleARN of the test set used for the test set generation.

    *)
  10. creationDateTime : Timestamp.t option;
    (*

    The creation date and time for the test set generation.

    *)
  11. lastUpdatedDateTime : Timestamp.t option;
    (*

    The date and time of the last update for the test set generation.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerException of InternalServerException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?testSetGenerationId:??? -> ?testSetGenerationStatus:??? -> ?failureReasons:??? -> ?testSetId:??? -> ?testSetName:??? -> ?description:??? -> ?storageLocation:??? -> ?generationDataSource:??? -> ?roleArn:??? -> ?creationDateTime:??? -> ?lastUpdatedDateTime:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceQuotaExceededException of ServiceQuotaExceededException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of FailureReason.t ] list | `String of Id.t | `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `String of Id.t | `Structure of (string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]) list ]) list | `Timestamp of Timestamp.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