| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3UploadMode |
ProcessingS3UploadMode.fromValue(String value)
Use this in place of valueOf.
|
static ProcessingS3UploadMode |
ProcessingS3UploadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingS3UploadMode[] |
ProcessingS3UploadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringS3Output |
MonitoringS3Output.withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
ProcessingS3Output |
ProcessingS3Output.withS3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
Copyright © 2020. All rights reserved.