| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointInput.Builder |
EndpointInput.builder() |
EndpointInput.Builder |
EndpointInput.Builder.endpointName(String endpointName)
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
EndpointInput.Builder |
EndpointInput.Builder.localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput.Builder |
EndpointInput.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput.Builder |
EndpointInput.Builder.s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
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. |
EndpointInput.Builder |
EndpointInput.Builder.s3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
EndpointInput.Builder |
EndpointInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointInput.Builder> |
EndpointInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MonitoringInput.Builder |
MonitoringInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
The endpoint for a monitoring job.
|
Copyright © 2020. All rights reserved.