public static interface ChannelSpecification.Builder extends SdkPojo, CopyableBuilder<ChannelSpecification.Builder,ChannelSpecification>
Modifier and Type | Method and Description |
---|---|
ChannelSpecification.Builder |
description(String description)
A brief description of the channel.
|
ChannelSpecification.Builder |
isRequired(Boolean isRequired)
Indicates whether the channel is required by the algorithm.
|
ChannelSpecification.Builder |
name(String name)
The name of the channel.
|
ChannelSpecification.Builder |
supportedCompressionTypes(Collection<CompressionType> supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
supportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
supportedCompressionTypesWithStrings(Collection<String> supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
supportedCompressionTypesWithStrings(String... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the data.
|
ChannelSpecification.Builder |
supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the data.
|
ChannelSpecification.Builder |
supportedInputModes(Collection<TrainingInputMode> supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
supportedInputModes(TrainingInputMode... supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
supportedInputModesWithStrings(Collection<String> supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
supportedInputModesWithStrings(String... supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ChannelSpecification.Builder name(String name)
The name of the channel.
name
- The name of the channel.ChannelSpecification.Builder description(String description)
A brief description of the channel.
description
- A brief description of the channel.ChannelSpecification.Builder isRequired(Boolean isRequired)
Indicates whether the channel is required by the algorithm.
isRequired
- Indicates whether the channel is required by the algorithm.ChannelSpecification.Builder supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the data.
supportedContentTypes
- The supported MIME types for the data.ChannelSpecification.Builder supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the data.
supportedContentTypes
- The supported MIME types for the data.ChannelSpecification.Builder supportedCompressionTypesWithStrings(Collection<String> supportedCompressionTypes)
The allowed compression types, if data compression is used.
supportedCompressionTypes
- The allowed compression types, if data compression is used.ChannelSpecification.Builder supportedCompressionTypesWithStrings(String... supportedCompressionTypes)
The allowed compression types, if data compression is used.
supportedCompressionTypes
- The allowed compression types, if data compression is used.ChannelSpecification.Builder supportedCompressionTypes(Collection<CompressionType> supportedCompressionTypes)
The allowed compression types, if data compression is used.
supportedCompressionTypes
- The allowed compression types, if data compression is used.ChannelSpecification.Builder supportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
supportedCompressionTypes
- The allowed compression types, if data compression is used.ChannelSpecification.Builder supportedInputModesWithStrings(Collection<String> supportedInputModes)
The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
supportedInputModes
- The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
ChannelSpecification.Builder supportedInputModesWithStrings(String... supportedInputModes)
The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
supportedInputModes
- The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
ChannelSpecification.Builder supportedInputModes(Collection<TrainingInputMode> supportedInputModes)
The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
supportedInputModes
- The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
ChannelSpecification.Builder supportedInputModes(TrainingInputMode... supportedInputModes)
The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
supportedInputModes
- The allowed input mode, either FILE or PIPE.
In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.
In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
Copyright © 2020. All rights reserved.