| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3InputMode |
ProcessingS3InputMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingS3InputMode |
EndpointInput.s3InputMode()
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
ProcessingS3InputMode |
ProcessingS3Input.s3InputMode()
Whether to use
File or Pipe input mode. |
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 |
|---|---|
static Set<ProcessingS3InputMode> |
ProcessingS3InputMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EndpointInput.Builder |
EndpointInput.Builder.s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3InputMode(ProcessingS3InputMode s3InputMode)
Whether to use
File or Pipe input mode. |
Copyright © 2020. All rights reserved.