static CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.builder() |
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.configuredModelAlgorithmAssociations(String... configuredModelAlgorithmAssociations) |
The associated configured model algorithms that are necessary to create this ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.configuredModelAlgorithmAssociations(Collection<String> configuredModelAlgorithmAssociations) |
The associated configured model algorithms that are necessary to create this ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.description(String description) |
The description of the ML input channel.
|
default CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.inputChannel(Consumer<InputChannel.Builder> inputChannel) |
The input data that is used to create this ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.inputChannel(InputChannel inputChannel) |
The input data that is used to create this ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.kmsKeyArn(String kmsKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that is used to access the input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.membershipIdentifier(String membershipIdentifier) |
The membership ID of the member that is creating the ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.name(String name) |
The name of the ML input channel.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.retentionInDays(Integer retentionInDays) |
The number of days that the data in the ML input channel is retained.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.Builder.tags(Map<String,String> tags) |
The optional metadata that you apply to the resource to help you categorize and organize them.
|
CreateMlInputChannelRequest.Builder |
CreateMlInputChannelRequest.toBuilder() |
|