Values.GetCollaborationMLInputChannelResponseSourceReturns information about a specific ML input channel in a collaboration.
type nonrec t = {membershipIdentifier : UUID.t option;The membership ID of the membership that contains the ML input channel.
*)collaborationIdentifier : UUID.t option;The collaboration ID of the collaboration that contains the ML input channel.
*)mlInputChannelArn : MLInputChannelArn.t option;The Amazon Resource Name (ARN) of the ML input channel.
*)name : NameString.t option;The name of the ML input channel.
*)configuredModelAlgorithmAssociations : GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.t
option;The configured model algorithm associations that were used to create the ML input channel.
*)status : MLInputChannelStatus.t option;The status of the ML input channel.
*)statusDetails : StatusDetails.t option;retentionInDays : GetCollaborationMLInputChannelResponseRetentionInDaysInteger.t
option;The number of days to retain the data for the ML input channel.
*)numberOfRecords : GetCollaborationMLInputChannelResponseNumberOfRecordsLong.t
option;The number of records in the ML input channel.
*)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.
*)description : ResourceDescription.t option;The description of the ML input channel.
*)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.
*)createTime : SyntheticTimestamp_date_time.t option;The time at which the ML input channel was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the ML input channel was updated.
*)creatorAccountId : AccountId.t option;The account ID of the member who created the ML input channel.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?membershipIdentifier:??? ->
?collaborationIdentifier:??? ->
?mlInputChannelArn:??? ->
?name:??? ->
?configuredModelAlgorithmAssociations:??? ->
?status:??? ->
?statusDetails:??? ->
?retentionInDays:??? ->
?numberOfRecords:??? ->
?privacyBudgets:??? ->
?description:??? ->
?syntheticDataConfiguration:??? ->
?createTime:??? ->
?updateTime:??? ->
?creatorAccountId:??? ->
unit ->
tval 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 ]val 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 ]val 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 ]