| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3UploadMode |
ProcessingS3UploadMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingS3UploadMode |
ProcessingS3Output.s3UploadMode()
Whether to upload the results of the processing job continuously or after the job completes.
|
ProcessingS3UploadMode |
MonitoringS3Output.s3UploadMode()
Whether to upload the results of the monitoring job continuously or after the job completes.
|
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 |
|---|---|
static Set<ProcessingS3UploadMode> |
ProcessingS3UploadMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Output.Builder |
ProcessingS3Output.Builder.s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the processing job continuously or after the job completes.
|
MonitoringS3Output.Builder |
MonitoringS3Output.Builder.s3UploadMode(ProcessingS3UploadMode s3UploadMode)
Whether to upload the results of the monitoring job continuously or after the job completes.
|
Copyright © 2023. All rights reserved.