Module Values.ConfiguredModelAlgorithmAssociationSummarySource

Provides summary information about the configured model algorithm association.

Sourcetype nonrec t = {
  1. createTime : SyntheticTimestamp_date_time.t option;
    (*

    The time at which the configured model algorithm association was created.

    *)
  2. updateTime : SyntheticTimestamp_date_time.t option;
    (*

    The most recent time at which the configured model algorithm association was updated.

    *)
  3. configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured model algorithm association.

    *)
  4. configuredModelAlgorithmArn : ConfiguredModelAlgorithmArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured model algorithm that is being associated.

    *)
  5. name : NameString.t option;
    (*

    The name of the configured model algorithm association.

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

    The description of the configured model algorithm association.

    *)
  7. membershipIdentifier : UUID.t option;
    (*

    The membership ID of the member that created the configured model algorithm association.

    *)
  8. collaborationIdentifier : UUID.t option;
    (*

    The collaboration ID of the collaboration that contains the configured model algorithm association.

    *)
}
Sourceval make : ?createTime:??? -> ?updateTime:??? -> ?configuredModelAlgorithmAssociationArn:??? -> ?configuredModelAlgorithmArn:??? -> ?name:??? -> ?description:??? -> ?membershipIdentifier:??? -> ?collaborationIdentifier:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfiguredModelAlgorithmAssociationArn.t | `Timestamp of SyntheticTimestamp_date_time.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