@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingS3Input extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingS3Input.Builder,ProcessingS3Input>
Configuration for processing job inputs in Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessingS3Input.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3Input.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localPath()
The local path to the Amazon S3 bucket where you want Amazon SageMaker to download the inputs to run a processing
job.
|
ProcessingS3CompressionType |
s3CompressionType()
Whether to use
Gzip compression for Amazon S3 storage. |
String |
s3CompressionTypeAsString()
Whether to use
Gzip compression for Amazon S3 storage. |
ProcessingS3DataDistributionType |
s3DataDistributionType()
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
String |
s3DataDistributionTypeAsString()
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
ProcessingS3DataType |
s3DataType()
Whether you use an
S3Prefix or a ManifestFile for the data type. |
String |
s3DataTypeAsString()
Whether you use an
S3Prefix or a ManifestFile for the data type. |
ProcessingS3InputMode |
s3InputMode()
Whether to use
File or Pipe input mode. |
String |
s3InputModeAsString()
Whether to use
File or Pipe input mode. |
String |
s3Uri()
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a
processing job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessingS3Input.Builder> |
serializableBuilderClass() |
ProcessingS3Input.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3Uri()
The URI for the Amazon S3 storage where you want Amazon SageMaker to download the artifacts needed to run a processing job.
public String localPath()
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. This is a required parameter when
AppManaged is False (default).
LocalPath is an absolute path to the input data. This is a required
parameter when AppManaged is False (default).public ProcessingS3DataType s3DataType()
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.
If the service returns an enum value that is not available in the current SDK version, s3DataType will
return ProcessingS3DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3DataTypeAsString().
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.ProcessingS3DataTypepublic String s3DataTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, s3DataType will
return ProcessingS3DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3DataTypeAsString().
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.ProcessingS3DataTypepublic ProcessingS3InputMode s3InputMode()
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.This is a
required parameter when AppManaged is False (default).
If the service returns an enum value that is not available in the current SDK version, s3InputMode will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputModeAsString().
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.This is a required parameter when AppManaged is
False (default).ProcessingS3InputModepublic String s3InputModeAsString()
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.This is a
required parameter when AppManaged is False (default).
If the service returns an enum value that is not available in the current SDK version, s3InputMode will
return ProcessingS3InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3InputModeAsString().
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.This is a required parameter when AppManaged is
False (default).ProcessingS3InputModepublic ProcessingS3DataDistributionType s3DataDistributionType()
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from s3DataDistributionTypeAsString().
FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic String s3DataDistributionTypeAsString()
Whether the data stored in Amazon S3 is FullyReplicated or ShardedByS3Key.
If the service returns an enum value that is not available in the current SDK version,
s3DataDistributionType will return ProcessingS3DataDistributionType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from s3DataDistributionTypeAsString().
FullyReplicated or ShardedByS3Key.ProcessingS3DataDistributionTypepublic ProcessingS3CompressionType s3CompressionType()
Whether to use Gzip compression for Amazon S3 storage.
If the service returns an enum value that is not available in the current SDK version, s3CompressionType
will return ProcessingS3CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from s3CompressionTypeAsString().
Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic String s3CompressionTypeAsString()
Whether to use Gzip compression for Amazon S3 storage.
If the service returns an enum value that is not available in the current SDK version, s3CompressionType
will return ProcessingS3CompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from s3CompressionTypeAsString().
Gzip compression for Amazon S3 storage.ProcessingS3CompressionTypepublic ProcessingS3Input.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProcessingS3Input.Builder,ProcessingS3Input>public static ProcessingS3Input.Builder builder()
public static Class<? extends ProcessingS3Input.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.