Struct aws_sdk_sagemaker::model::channel_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ChannelSpecification
Implementations
A brief description of the channel.
A brief description of the channel.
Indicates whether the channel is required by the algorithm.
Indicates whether the channel is required by the algorithm.
Appends an item to supported_content_types
.
To override the contents of this collection use set_supported_content_types
.
The supported MIME types for the data.
The supported MIME types for the data.
Appends an item to supported_compression_types
.
To override the contents of this collection use set_supported_compression_types
.
The allowed compression types, if data compression is used.
The allowed compression types, if data compression is used.
Appends an item to supported_input_modes
.
To override the contents of this collection use set_supported_input_modes
.
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.
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.
Consumes the builder and constructs a ChannelSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more