public static interface DatasetDefinition.Builder extends SdkPojo, CopyableBuilder<DatasetDefinition.Builder,DatasetDefinition>
| Modifier and Type | Method and Description |
|---|---|
DatasetDefinition.Builder |
athenaDatasetDefinition(AthenaDatasetDefinition athenaDatasetDefinition)
Sets the value of the AthenaDatasetDefinition property for this object.
|
default DatasetDefinition.Builder |
athenaDatasetDefinition(Consumer<AthenaDatasetDefinition.Builder> athenaDatasetDefinition)
Sets the value of the AthenaDatasetDefinition property for this object.
|
DatasetDefinition.Builder |
dataDistributionType(DataDistributionType dataDistributionType)
Whether the generated dataset is
FullyReplicated or ShardedByS3Key (default). |
DatasetDefinition.Builder |
dataDistributionType(String dataDistributionType)
Whether the generated dataset is
FullyReplicated or ShardedByS3Key (default). |
DatasetDefinition.Builder |
inputMode(InputMode inputMode)
Whether to use
File or Pipe input mode. |
DatasetDefinition.Builder |
inputMode(String inputMode)
Whether to use
File or Pipe input mode. |
DatasetDefinition.Builder |
localPath(String localPath)
The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing
job.
|
default DatasetDefinition.Builder |
redshiftDatasetDefinition(Consumer<RedshiftDatasetDefinition.Builder> redshiftDatasetDefinition)
Sets the value of the RedshiftDatasetDefinition property for this object.
|
DatasetDefinition.Builder |
redshiftDatasetDefinition(RedshiftDatasetDefinition redshiftDatasetDefinition)
Sets the value of the RedshiftDatasetDefinition property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetDefinition.Builder athenaDatasetDefinition(AthenaDatasetDefinition athenaDatasetDefinition)
athenaDatasetDefinition - The new value for the AthenaDatasetDefinition property for this object.default DatasetDefinition.Builder athenaDatasetDefinition(Consumer<AthenaDatasetDefinition.Builder> athenaDatasetDefinition)
AthenaDatasetDefinition.Builder avoiding the
need to create one manually via AthenaDatasetDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to athenaDatasetDefinition(AthenaDatasetDefinition).athenaDatasetDefinition - a consumer that will call methods on AthenaDatasetDefinition.BuilderathenaDatasetDefinition(AthenaDatasetDefinition)DatasetDefinition.Builder redshiftDatasetDefinition(RedshiftDatasetDefinition redshiftDatasetDefinition)
redshiftDatasetDefinition - The new value for the RedshiftDatasetDefinition property for this object.default DatasetDefinition.Builder redshiftDatasetDefinition(Consumer<RedshiftDatasetDefinition.Builder> redshiftDatasetDefinition)
RedshiftDatasetDefinition.Builder avoiding the
need to create one manually via RedshiftDatasetDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to redshiftDatasetDefinition(RedshiftDatasetDefinition).redshiftDatasetDefinition - a consumer that will call methods on RedshiftDatasetDefinition.BuilderredshiftDatasetDefinition(RedshiftDatasetDefinition)DatasetDefinition.Builder localPath(String localPath)
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).
localPath - 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).DatasetDefinition.Builder dataDistributionType(String dataDistributionType)
Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).
dataDistributionType - Whether the generated dataset is FullyReplicated or ShardedByS3Key
(default).DataDistributionType,
DataDistributionTypeDatasetDefinition.Builder dataDistributionType(DataDistributionType dataDistributionType)
Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).
dataDistributionType - Whether the generated dataset is FullyReplicated or ShardedByS3Key
(default).DataDistributionType,
DataDistributionTypeDatasetDefinition.Builder inputMode(String inputMode)
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.
inputMode - 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.InputMode,
InputModeDatasetDefinition.Builder inputMode(InputMode inputMode)
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.
inputMode - 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.InputMode,
InputModeCopyright © 2020. All rights reserved.