| 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.endTimeOffset(String endTimeOffset)
If specified, monitoring jobs substract this time from the end time.
|
EndpointInput.Builder |
EndpointInput.Builder.excludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
|
EndpointInput.Builder |
EndpointInput.Builder.featuresAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
EndpointInput.Builder |
EndpointInput.Builder.inferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
EndpointInput.Builder |
EndpointInput.Builder.localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput.Builder |
EndpointInput.Builder.probabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
EndpointInput.Builder |
EndpointInput.Builder.probabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
EndpointInput.Builder |
EndpointInput.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.
|
EndpointInput.Builder |
EndpointInput.Builder.s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key.
|
EndpointInput.Builder |
EndpointInput.Builder.s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
EndpointInput.Builder |
EndpointInput.Builder.s3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
EndpointInput.Builder |
EndpointInput.Builder.startTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
EndpointInput.Builder |
EndpointInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointInput.Builder> |
EndpointInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModelExplainabilityJobInput.Builder |
ModelExplainabilityJobInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
default DataQualityJobInput.Builder |
DataQualityJobInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
default ModelQualityJobInput.Builder |
ModelQualityJobInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
default ModelBiasJobInput.Builder |
ModelBiasJobInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
default MonitoringInput.Builder |
MonitoringInput.Builder.endpointInput(Consumer<EndpointInput.Builder> endpointInput)
The endpoint for a monitoring job.
|
Copyright © 2023. All rights reserved.