@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingS3Output extends Object implements Serializable, Cloneable, StructuredPojo
Information about where and how you want to store the results of an processing job.
| Constructor and Description |
|---|
ProcessingS3Output() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Output |
clone() |
boolean |
equals(Object obj) |
String |
getLocalPath()
The local path to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job.
|
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 to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job.
|
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 to the Amazon S3 bucket where you want Amazon SageMaker to save the results of an processing job.
|
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 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 - 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.public String getLocalPath()
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 ProcessingS3Output withLocalPath(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 - 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.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.ProcessingS3UploadModepublic String getS3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
ProcessingS3UploadModepublic 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.ProcessingS3UploadModepublic 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.ProcessingS3UploadModepublic String toString()
toString in class ObjectObject.toString()public ProcessingS3Output clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.