public static interface EndpointInput.Builder extends SdkPojo, CopyableBuilder<EndpointInput.Builder,EndpointInput>
| Modifier and Type | Method and Description |
|---|---|
EndpointInput.Builder |
endpointName(String endpointName)
An endpoint in customer's account which has enabled
DataCaptureConfig enabled. |
EndpointInput.Builder |
endTimeOffset(String endTimeOffset)
If specified, monitoring jobs substract this time from the end time.
|
EndpointInput.Builder |
featuresAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
EndpointInput.Builder |
inferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
EndpointInput.Builder |
localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
|
EndpointInput.Builder |
probabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
EndpointInput.Builder |
probabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
EndpointInput.Builder |
s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
EndpointInput.Builder |
s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
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 |
s3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transfering data for the
monitoring job. |
EndpointInput.Builder |
startTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointInput.Builder endpointName(String endpointName)
An endpoint in customer's account which has enabled DataCaptureConfig enabled.
endpointName - An endpoint in customer's account which has enabled DataCaptureConfig enabled.EndpointInput.Builder localPath(String localPath)
Path to the filesystem where the endpoint data is available to the container.
localPath - Path to the filesystem where the endpoint data is available to the container.EndpointInput.Builder s3InputMode(String s3InputMode)
Whether the Pipe or File is used as the input mode for transfering data for the
monitoring job. Pipe mode is recommended for large datasets. File mode is useful
for small files that fit in memory. Defaults to File.
s3InputMode - Whether the Pipe or File is used as the input mode for transfering data for
the monitoring job. Pipe mode is recommended for large datasets. File mode
is useful for small files that fit in memory. Defaults to File.ProcessingS3InputMode,
ProcessingS3InputModeEndpointInput.Builder s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the Pipe or File is used as the input mode for transfering data for the
monitoring job. Pipe mode is recommended for large datasets. File mode is useful
for small files that fit in memory. Defaults to File.
s3InputMode - Whether the Pipe or File is used as the input mode for transfering data for
the monitoring job. Pipe mode is recommended for large datasets. File mode
is useful for small files that fit in memory. Defaults to File.ProcessingS3InputMode,
ProcessingS3InputModeEndpointInput.Builder s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeEndpointInput.Builder s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeEndpointInput.Builder featuresAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
featuresAttribute - The attributes of the input data that are the input features.EndpointInput.Builder inferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
inferenceAttribute - The attribute of the input data that represents the ground truth label.EndpointInput.Builder probabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
probabilityAttribute - In a classification problem, the attribute that represents the class probability.EndpointInput.Builder probabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.EndpointInput.Builder startTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
startTimeOffset - If specified, monitoring jobs substract this time from the start time. For information about using
offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.EndpointInput.Builder endTimeOffset(String endTimeOffset)
If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
endTimeOffset - If specified, monitoring jobs substract this time from the end time. For information about using
offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.Copyright © 2020. All rights reserved.