Module Values.GetCollaborationMLInputChannelResponseSource

Returns information about a specific ML input channel in a collaboration.

Sourcetype nonrec t = {
  1. membershipIdentifier : UUID.t option;
    (*

    The membership ID of the membership that contains the ML input channel.

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

    The collaboration ID of the collaboration that contains the ML input channel.

    *)
  3. mlInputChannelArn : MLInputChannelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the ML input channel.

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

    The name of the ML input channel.

    *)
  5. configuredModelAlgorithmAssociations : GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.t option;
    (*

    The configured model algorithm associations that were used to create the ML input channel.

    *)
  6. status : MLInputChannelStatus.t option;
    (*

    The status of the ML input channel.

    *)
  7. statusDetails : StatusDetails.t option;
  8. retentionInDays : GetCollaborationMLInputChannelResponseRetentionInDaysInteger.t option;
    (*

    The number of days to retain the data for the ML input channel.

    *)
  9. numberOfRecords : GetCollaborationMLInputChannelResponseNumberOfRecordsLong.t option;
    (*

    The number of records in the ML input channel.

    *)
  10. privacyBudgets : PrivacyBudgets.t option;
    (*

    Returns the privacy budgets that control access to this Clean Rooms ML input channel. Use these budgets to monitor and limit resource consumption over specified time periods.

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

    The description of the ML input channel.

    *)
  12. syntheticDataConfiguration : SyntheticDataConfiguration.t option;
    (*

    The synthetic data configuration for this ML input channel, including parameters for generating privacy-preserving synthetic data and evaluation scores for measuring the privacy of the generated data.

    *)
  13. createTime : SyntheticTimestamp_date_time.t option;
    (*

    The time at which the ML input channel was created.

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

    The most recent time at which the ML input channel was updated.

    *)
  15. creatorAccountId : AccountId.t option;
    (*

    The account ID of the member who created the ML input channel.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `ThrottlingException of ThrottlingException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?membershipIdentifier:??? -> ?collaborationIdentifier:??? -> ?mlInputChannelArn:??? -> ?name:??? -> ?configuredModelAlgorithmAssociations:??? -> ?status:??? -> ?statusDetails:??? -> ?retentionInDays:??? -> ?numberOfRecords:??? -> ?privacyBudgets:??? -> ?description:??? -> ?syntheticDataConfiguration:??? -> ?createTime:??? -> ?updateTime:??? -> ?creatorAccountId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ResourceNotFoundException of ResourceNotFoundException.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 | `Integer of GetCollaborationMLInputChannelResponseRetentionInDaysInteger.t | `List of [> `String of ConfiguredModelAlgorithmAssociationArn.t ] list | `Long of GetCollaborationMLInputChannelResponseNumberOfRecordsLong.t | `String of UUID.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Budget.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Budget.t | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `String of BudgetedResourceArn.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of MLSyntheticDataParametersEpsilonDouble.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Double of MembershipInferenceAttackScoreScoreDouble.t | `Enum of string | `String of SyntheticDataColumnName.t ]) list ] list ]) list ]) list ]) list | `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