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