Module Values.FlywheelPropertiesSource

The flywheel properties.

Sourcetype nonrec t = {
  1. flywheelArn : ComprehendFlywheelArn.t option;
    (*

    The Amazon Resource Number (ARN) of the flywheel.

    *)
  2. activeModelArn : ComprehendModelArn.t option;
    (*

    The Amazon Resource Number (ARN) of the active model version.

    *)
  3. dataAccessRoleArn : IamRoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

    *)
  4. taskConfig : TaskConfig.t option;
    (*

    Configuration about the model associated with a flywheel.

    *)
  5. dataLakeS3Uri : S3Uri.t option;
    (*

    Amazon S3 URI of the data lake location.

    *)
  6. dataSecurityConfig : DataSecurityConfig.t option;
    (*

    Data security configuration.

    *)
  7. status : FlywheelStatus.t option;
    (*

    The status of the flywheel.

    *)
  8. modelType : ModelType.t option;
    (*

    Model type of the flywheel's model.

    *)
  9. message : AnyLengthString.t option;
    (*

    A description of the status of the flywheel.

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

    Creation time of the flywheel.

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

    Last modified time for the flywheel.

    *)
  12. latestFlywheelIteration : FlywheelIterationId.t option;
    (*

    The most recent flywheel iteration.

    *)
}
Sourceval make : ?flywheelArn:??? -> ?activeModelArn:??? -> ?dataAccessRoleArn:??? -> ?taskConfig:??? -> ?dataLakeS3Uri:??? -> ?dataSecurityConfig:??? -> ?status:??? -> ?modelType:??? -> ?message:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?latestFlywheelIteration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ComprehendFlywheelArn.t | `Structure of (string * [> `Enum of string | `String of KmsKeyId.t | `Structure of (string * [> `Enum of string | `List of [> `String of LabelListItem.t | `Structure of (string * [> `String of EntityTypeName.t ]) list ] 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