static MLInputChannelSummary.Builder |
MLInputChannelSummary.builder() |
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.collaborationIdentifier(String collaborationIdentifier) |
The collaboration ID of the collaboration that contains the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations) |
The associated configured model algorithms used to create the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations) |
The associated configured model algorithms used to create the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.createTime(Instant createTime) |
The time at which the ML input channel was created.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.description(String description) |
The description of the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the membership that contains the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.mlInputChannelArn(String mlInputChannelArn) |
The Amazon Resource Name (ARN) of the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.name(String name) |
The name of the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.protectedQueryIdentifier(String protectedQueryIdentifier) |
The ID of the protected query that was used to create the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.status(String status) |
The status of the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.status(MLInputChannelStatus status) |
The status of the ML input channel.
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.toBuilder() |
|
MLInputChannelSummary.Builder |
MLInputChannelSummary.Builder.updateTime(Instant updateTime) |
The most recent time at which the ML input channel was updated.
|