@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingS3Output extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for uploading output data to Amazon S3 from the processing container.
Constructor and Description |
---|
ProcessingS3Output() |
Modifier and Type | Method and Description |
---|---|
ProcessingS3Output |
clone() |
boolean |
equals(Object obj) |
String |
getLocalPath()
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
String |
getS3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
|
String |
getS3Uri()
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing
job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocalPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
void |
setS3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
void |
setS3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing
job.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingS3Output |
withLocalPath(String localPath)
The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3.
|
ProcessingS3Output |
withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output |
withS3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3Output |
withS3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing
job.
|
public void setS3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
s3Uri
- A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a
processing job.public String getS3Uri()
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
public ProcessingS3Output withS3Uri(String s3Uri)
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
s3Uri
- A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a
processing job.public void setLocalPath(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
- 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.public String getLocalPath()
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 ProcessingS3Output withLocalPath(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
- 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.public void setS3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
s3UploadMode
- Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3UploadMode
public String getS3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
ProcessingS3UploadMode
public ProcessingS3Output withS3UploadMode(String s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
s3UploadMode
- Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3UploadMode
public ProcessingS3Output withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
s3UploadMode
- Whether to upload the results of the processing job continuously or after the job completes.ProcessingS3UploadMode
public String toString()
toString
in class Object
Object.toString()
public ProcessingS3Output clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.