Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3UploadMode
-
Packages that use ProcessingS3UploadMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3UploadMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3UploadMode Modifier and Type Method Description static ProcessingS3UploadModeProcessingS3UploadMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingS3UploadModeMonitoringS3Output. s3UploadMode()Whether to upload the results of the monitoring job continuously or after the job completes.ProcessingS3UploadModeProcessingS3Output. s3UploadMode()Whether to upload the results of the processing job continuously or after the job completes.static ProcessingS3UploadModeProcessingS3UploadMode. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProcessingS3UploadMode Modifier and Type Method Description static Set<ProcessingS3UploadMode>ProcessingS3UploadMode. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3UploadMode Modifier and Type Method Description MonitoringS3Output.BuilderMonitoringS3Output.Builder. s3UploadMode(ProcessingS3UploadMode s3UploadMode)Whether to upload the results of the monitoring job continuously or after the job completes.ProcessingS3Output.BuilderProcessingS3Output.Builder. s3UploadMode(ProcessingS3UploadMode s3UploadMode)Whether to upload the results of the processing job continuously or after the job completes.
-