@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingS3Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingS3Output.Builder,ProcessingS3Output>
Configuration for processing job outputs in Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessingS3Output.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3Output.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 save the results of an processing job.
|
ProcessingS3UploadMode |
s3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
|
String |
s3UploadModeAsString()
Whether to upload the results of the processing job continuously or after the job completes.
|
String |
s3Uri()
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing
job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessingS3Output.Builder> |
serializableBuilderClass() |
ProcessingS3Output.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3Uri()
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
public String localPath()
The local path to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job.
LocalPath is an absolute path to the input data.
LocalPath is an absolute path to the input data.public ProcessingS3UploadMode s3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
If the service returns an enum value that is not available in the current SDK version, s3UploadMode will
return ProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3UploadModeAsString().
ProcessingS3UploadModepublic String s3UploadModeAsString()
Whether to upload the results of the processing job continuously or after the job completes.
If the service returns an enum value that is not available in the current SDK version, s3UploadMode will
return ProcessingS3UploadMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from s3UploadModeAsString().
ProcessingS3UploadModepublic ProcessingS3Output.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProcessingS3Output.Builder,ProcessingS3Output>public static ProcessingS3Output.Builder builder()
public static Class<? extends ProcessingS3Output.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.