Struct aws_sdk_sagemaker::model::dataset_definition::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DatasetDefinition
Implementations
Configuration for Athena Dataset Definition input.
Configuration for Athena Dataset Definition input.
Configuration for Redshift Dataset Definition input.
pub fn set_redshift_dataset_definition(
self,
input: Option<RedshiftDatasetDefinition>
) -> Self
pub fn set_redshift_dataset_definition(
self,
input: Option<RedshiftDatasetDefinition>
) -> Self
Configuration for Redshift Dataset Definition input.
The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath
is an absolute path to the input data. This is a required parameter when AppManaged
is False
(default).
The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath
is an absolute path to the input data. This is a required parameter when AppManaged
is False
(default).
Whether the generated dataset is FullyReplicated
or ShardedByS3Key
(default).
Whether the generated dataset is FullyReplicated
or ShardedByS3Key
(default).
Whether to use File
or Pipe
input mode. In File
(default) 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.
Whether to use File
or Pipe
input mode. In File
(default) 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 DatasetDefinition
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