/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about where and how you want to obtain the inputs for an
* processing job.See Also:
AWS
* API Reference
The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline const Aws::String& GetS3Uri() const{ return m_s3Uri; } /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; } /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline void SetS3Uri(const Aws::String& value) { m_s3UriHasBeenSet = true; m_s3Uri = value; } /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline void SetS3Uri(Aws::String&& value) { m_s3UriHasBeenSet = true; m_s3Uri = std::move(value); } /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline void SetS3Uri(const char* value) { m_s3UriHasBeenSet = true; m_s3Uri.assign(value); } /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline ProcessingS3Input& WithS3Uri(const Aws::String& value) { SetS3Uri(value); return *this;} /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline ProcessingS3Input& WithS3Uri(Aws::String&& value) { SetS3Uri(std::move(value)); return *this;} /** *The URI for the Amazon S3 storage where you want Amazon SageMaker to download * the artifacts needed to run a processing job.
*/ inline ProcessingS3Input& WithS3Uri(const char* value) { SetS3Uri(value); return *this;} /** *The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
* download the inputs to run a processing job. LocalPath is an
* absolute path to the input data.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether you use an S3Prefix or a ManifestFile for
* the data type. If you choose S3Prefix, S3Uri
* identifies a key name prefix. Amazon SageMaker uses all objects with the
* specified key name prefix for the processing job. If you choose
* ManifestFile, S3Uri identifies an object that is a
* manifest file containing a list of object keys that you want Amazon SageMaker to
* use for the processing job.
Whether to use File or Pipe input mode. 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.
Whether to use File or Pipe input mode. 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.
Whether to use File or Pipe input mode. 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.
Whether to use File or Pipe input mode. 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.
Whether to use File or Pipe input mode. 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.
Whether to use File or Pipe input mode. 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.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether the data stored in Amazon S3 is FullyReplicated or
* ShardedByS3Key.
Whether to use Gzip compression for Amazon S3 storage.
Whether to use Gzip compression for Amazon S3 storage.
Whether to use Gzip compression for Amazon S3 storage.
Whether to use Gzip compression for Amazon S3 storage.
Whether to use Gzip compression for Amazon S3 storage.
Whether to use Gzip compression for Amazon S3 storage.