| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointInput |
EndpointInput.clone() |
EndpointInput |
MonitoringInput.getEndpointInput()
The endpoint for a monitoring job.
|
EndpointInput |
EndpointInput.withEndpointName(String endpointName)
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
EndpointInput |
EndpointInput.withLocalPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput |
EndpointInput.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput |
EndpointInput.withS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput |
EndpointInput.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
EndpointInput |
EndpointInput.withS3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringInput.setEndpointInput(EndpointInput endpointInput)
The endpoint for a monitoring job.
|
MonitoringInput |
MonitoringInput.withEndpointInput(EndpointInput endpointInput)
The endpoint for a monitoring job.
|
Copyright © 2020. All rights reserved.