@Generated(value="software.amazon.awssdk:codegen") public final class ProcessingS3Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingS3Output.Builder,ProcessingS3Output>
Configuration for uploading output data to Amazon S3 from the processing container.
| 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 of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
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 final String s3Uri()
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
public final String localPath()
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
LocalPath is an absolute path to a directory containing output files. This directory will be created
by the platform and exist when your container's entrypoint is invoked.
LocalPath is an absolute path to a directory containing output files. This directory will be
created by the platform and exist when your container's entrypoint is invoked.public final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.