| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3InputMode |
ProcessingS3InputMode.fromValue(String value)
Use this in place of valueOf.
|
static ProcessingS3InputMode |
ProcessingS3InputMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointInput |
EndpointInput.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput |
BatchTransformInput.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
ProcessingS3Input |
ProcessingS3Input.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
Copyright © 2024. All rights reserved.