Module Values.GetMLInputChannelResponseSource

Returns information about an ML input channel.

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 : GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.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 : GetMLInputChannelResponseRetentionInDaysInteger.t option;
    (*

    The number of days to keep the data in the ML input channel.

    *)
  9. numberOfRecords : GetMLInputChannelResponseNumberOfRecordsLong.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. inputChannel : InputChannel.t option;
    (*

    The input channel that was used to create the ML input channel.

    *)
  16. protectedQueryIdentifier : UUID.t option;
    (*

    The ID of the protected query that was used to create the ML input channel.

    *)
  17. numberOfFiles : GetMLInputChannelResponseNumberOfFilesDouble.t option;
    (*

    The number of files in the ML input channel.

    *)
  18. sizeInGb : GetMLInputChannelResponseSizeInGbDouble.t option;
    (*

    The size, in GB, of the ML input channel.

    *)
  19. kmsKeyArn : KmsKeyArn.t option;
    (*

    The Amazon Resource Name (ARN) of the KMS key that was used to create the ML input channel.

    *)
  20. tags : TagMap.t option;
    (*

    The optional metadata that you applied to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: Maximum number of tags per resource - 50. For each resource, each tag key must be unique, and each tag key can have only one value. Maximum key length - 128 Unicode characters in UTF-8. Maximum value length - 256 Unicode characters in UTF-8. If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. Tag keys and values are case sensitive. Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for keys as it is reserved for AWS use. You cannot edit or delete tag keys with this prefix. Values can have this prefix. If a tag value has aws as its prefix but the key does not, then Clean Rooms ML considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit.

    *)
}
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:??? -> ?inputChannel:??? -> ?protectedQueryIdentifier:??? -> ?numberOfFiles:??? -> ?sizeInGb:??? -> ?kmsKeyArn:??? -> ?tags:??? -> 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 * [> `Double of GetMLInputChannelResponseNumberOfFilesDouble.t | `Enum of string | `Integer of GetMLInputChannelResponseRetentionInDaysInteger.t | `List of [> `String of ConfiguredModelAlgorithmAssociationArn.t ] list | `Long of GetMLInputChannelResponseNumberOfRecordsLong.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `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 * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Double of MembershipInferenceAttackScoreScoreDouble.t | `Enum of string | `String of SyntheticDataColumnName.t ]) list ] list | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of ProtectedQuerySQLParametersQueryStringString.t | `Structure of (string * [> `Enum of string | `Integer of WorkerComputeConfigurationNumberInteger.t | `Structure of (string * [> `Map of ([> `String of SparkPropertyKey.t ] * [> `String of SparkPropertyValue.t ]) list ]) list ]) 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