| 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 |
ModelExplainabilityJobInput.getEndpointInput() |
EndpointInput |
DataQualityJobInput.getEndpointInput() |
EndpointInput |
ModelQualityJobInput.getEndpointInput() |
EndpointInput |
ModelBiasJobInput.getEndpointInput() |
EndpointInput |
EndpointInput.withEndpointName(String endpointName)
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
EndpointInput |
EndpointInput.withEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs substract this time from the end time.
|
EndpointInput |
EndpointInput.withFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
EndpointInput |
EndpointInput.withInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
EndpointInput |
EndpointInput.withLocalPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput |
EndpointInput.withProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
EndpointInput |
EndpointInput.withProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
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 transferring data for the
monitoring job. |
EndpointInput |
EndpointInput.withS3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
EndpointInput |
EndpointInput.withStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringInput.setEndpointInput(EndpointInput endpointInput)
The endpoint for a monitoring job.
|
void |
ModelExplainabilityJobInput.setEndpointInput(EndpointInput endpointInput) |
void |
DataQualityJobInput.setEndpointInput(EndpointInput endpointInput) |
void |
ModelQualityJobInput.setEndpointInput(EndpointInput endpointInput) |
void |
ModelBiasJobInput.setEndpointInput(EndpointInput endpointInput) |
MonitoringInput |
MonitoringInput.withEndpointInput(EndpointInput endpointInput)
The endpoint for a monitoring job.
|
ModelExplainabilityJobInput |
ModelExplainabilityJobInput.withEndpointInput(EndpointInput endpointInput) |
DataQualityJobInput |
DataQualityJobInput.withEndpointInput(EndpointInput endpointInput) |
ModelQualityJobInput |
ModelQualityJobInput.withEndpointInput(EndpointInput endpointInput) |
ModelBiasJobInput |
ModelBiasJobInput.withEndpointInput(EndpointInput endpointInput) |
Copyright © 2022. All rights reserved.