Interface ChannelSpecification.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelSpecification.Builder,ChannelSpecification>
,SdkBuilder<ChannelSpecification.Builder,ChannelSpecification>
,SdkPojo
- Enclosing class:
- ChannelSpecification
public static interface ChannelSpecification.Builder extends SdkPojo, CopyableBuilder<ChannelSpecification.Builder,ChannelSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String... 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
supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the data.ChannelSpecification.Builder
supportedContentTypes(Collection<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(String... supportedInputModes)
The allowed input mode, either FILE or PIPE.ChannelSpecification.Builder
supportedInputModesWithStrings(Collection<String> supportedInputModes)
The allowed input mode, either FILE or PIPE.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ChannelSpecification.Builder name(String name)
The name of the channel.
- Parameters:
name
- The name of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ChannelSpecification.Builder description(String description)
A brief description of the channel.
- Parameters:
description
- A brief description of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRequired
ChannelSpecification.Builder isRequired(Boolean isRequired)
Indicates whether the channel is required by the algorithm.
- Parameters:
isRequired
- Indicates whether the channel is required by the algorithm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedContentTypes
ChannelSpecification.Builder supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the data.
- Parameters:
supportedContentTypes
- The supported MIME types for the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedContentTypes
ChannelSpecification.Builder supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the data.
- Parameters:
supportedContentTypes
- The supported MIME types for the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedCompressionTypesWithStrings
ChannelSpecification.Builder supportedCompressionTypesWithStrings(Collection<String> supportedCompressionTypes)
The allowed compression types, if data compression is used.
- Parameters:
supportedCompressionTypes
- The allowed compression types, if data compression is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedCompressionTypesWithStrings
ChannelSpecification.Builder supportedCompressionTypesWithStrings(String... supportedCompressionTypes)
The allowed compression types, if data compression is used.
- Parameters:
supportedCompressionTypes
- The allowed compression types, if data compression is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedCompressionTypes
ChannelSpecification.Builder supportedCompressionTypes(Collection<CompressionType> supportedCompressionTypes)
The allowed compression types, if data compression is used.
- Parameters:
supportedCompressionTypes
- The allowed compression types, if data compression is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedCompressionTypes
ChannelSpecification.Builder supportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
- Parameters:
supportedCompressionTypes
- The allowed compression types, if data compression is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInputModesWithStrings
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInputModesWithStrings
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInputModes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedInputModes
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-