Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3InputMode
-
Packages that use ProcessingS3InputMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3InputMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3InputMode Modifier and Type Method Description static ProcessingS3InputModeProcessingS3InputMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingS3InputModeBatchTransformInput. s3InputMode()Whether thePipeorFileis used as the input mode for transferring data for the monitoring job.ProcessingS3InputModeEndpointInput. s3InputMode()Whether thePipeorFileis used as the input mode for transferring data for the monitoring job.ProcessingS3InputModeProcessingS3Input. s3InputMode()Whether to useFileorPipeinput mode.static ProcessingS3InputModeProcessingS3InputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingS3InputMode[]ProcessingS3InputMode. 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 ProcessingS3InputMode Modifier and Type Method Description static Set<ProcessingS3InputMode>ProcessingS3InputMode. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3InputMode Modifier and Type Method Description BatchTransformInput.BuilderBatchTransformInput.Builder. s3InputMode(ProcessingS3InputMode s3InputMode)Whether thePipeorFileis used as the input mode for transferring data for the monitoring job.EndpointInput.BuilderEndpointInput.Builder. s3InputMode(ProcessingS3InputMode s3InputMode)Whether thePipeorFileis used as the input mode for transferring data for the monitoring job.ProcessingS3Input.BuilderProcessingS3Input.Builder. s3InputMode(ProcessingS3InputMode s3InputMode)Whether to useFileorPipeinput mode.
-