List Collaboration Ml Input Channels
cleanroomsml_list_collaboration_ml_input_channels | R Documentation |
Returns a list of the ML input channels in a collaboration¶
Description¶
Returns a list of the ML input channels in a collaboration.
Usage¶
Arguments¶
nextToken
The token value retrieved from a previous call to access the next page of results.
maxResults
The maximum number of results to return.
collaborationIdentifier
[required] The collaboration ID of the collaboration that contains the ML input channels that you want to list.
Value¶
A list with the following syntax:
list(
nextToken = "string",
collaborationMLInputChannelsList = list(
list(
createTime = as.POSIXct(
"2015-01-01"
),
updateTime = as.POSIXct(
"2015-01-01"
),
membershipIdentifier = "string",
collaborationIdentifier = "string",
name = "string",
configuredModelAlgorithmAssociations = list(
"string"
),
mlInputChannelArn = "string",
status = "CREATE_PENDING"|"CREATE_IN_PROGRESS"|"CREATE_FAILED"|"ACTIVE"|"DELETE_PENDING"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|"INACTIVE",
creatorAccountId = "string",
description = "string"
)
)
)