Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EndpointInput = EndpointInput' {
- inferenceAttribute :: Maybe Text
- s3DataDistributionType :: Maybe ProcessingS3DataDistributionType
- s3InputMode :: Maybe ProcessingS3InputMode
- startTimeOffset :: Maybe Text
- featuresAttribute :: Maybe Text
- endTimeOffset :: Maybe Text
- probabilityThresholdAttribute :: Maybe Double
- probabilityAttribute :: Maybe Text
- endpointName :: Text
- localPath :: Text
- newEndpointInput :: Text -> Text -> EndpointInput
- endpointInput_inferenceAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_s3DataDistributionType :: Lens' EndpointInput (Maybe ProcessingS3DataDistributionType)
- endpointInput_s3InputMode :: Lens' EndpointInput (Maybe ProcessingS3InputMode)
- endpointInput_startTimeOffset :: Lens' EndpointInput (Maybe Text)
- endpointInput_featuresAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_endTimeOffset :: Lens' EndpointInput (Maybe Text)
- endpointInput_probabilityThresholdAttribute :: Lens' EndpointInput (Maybe Double)
- endpointInput_probabilityAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_endpointName :: Lens' EndpointInput Text
- endpointInput_localPath :: Lens' EndpointInput Text
Documentation
data EndpointInput Source #
Input object for the endpoint
See: newEndpointInput
smart constructor.
EndpointInput' | |
|
Instances
Create a value of EndpointInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inferenceAttribute:EndpointInput'
, endpointInput_inferenceAttribute
- The attribute of the input data that represents the ground truth label.
$sel:s3DataDistributionType:EndpointInput'
, endpointInput_s3DataDistributionType
- Whether input data distributed in Amazon S3 is fully replicated or
sharded by an S3 key. Defaults to FullyReplicated
$sel:s3InputMode:EndpointInput'
, endpointInput_s3InputMode
- Whether the Pipe
or File
is used as the input mode for transferring
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
.
$sel:startTimeOffset:EndpointInput'
, endpointInput_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.
$sel:featuresAttribute:EndpointInput'
, endpointInput_featuresAttribute
- The attributes of the input data that are the input features.
$sel:endTimeOffset:EndpointInput'
, endpointInput_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.
$sel:probabilityThresholdAttribute:EndpointInput'
, endpointInput_probabilityThresholdAttribute
- The threshold for the class probability to be evaluated as a positive
result.
$sel:probabilityAttribute:EndpointInput'
, endpointInput_probabilityAttribute
- In a classification problem, the attribute that represents the class
probability.
$sel:endpointName:EndpointInput'
, endpointInput_endpointName
- An endpoint in customer's account which has enabled DataCaptureConfig
enabled.
$sel:localPath:EndpointInput'
, endpointInput_localPath
- Path to the filesystem where the endpoint data is available to the
container.
endpointInput_inferenceAttribute :: Lens' EndpointInput (Maybe Text) Source #
The attribute of the input data that represents the ground truth label.
endpointInput_s3DataDistributionType :: Lens' EndpointInput (Maybe ProcessingS3DataDistributionType) Source #
Whether input data distributed in Amazon S3 is fully replicated or
sharded by an S3 key. Defaults to FullyReplicated
endpointInput_s3InputMode :: Lens' EndpointInput (Maybe ProcessingS3InputMode) Source #
Whether the Pipe
or File
is used as the input mode for transferring
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
.
endpointInput_startTimeOffset :: Lens' EndpointInput (Maybe Text) Source #
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_featuresAttribute :: Lens' EndpointInput (Maybe Text) Source #
The attributes of the input data that are the input features.
endpointInput_endTimeOffset :: Lens' EndpointInput (Maybe Text) Source #
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.
endpointInput_probabilityThresholdAttribute :: Lens' EndpointInput (Maybe Double) Source #
The threshold for the class probability to be evaluated as a positive result.
endpointInput_probabilityAttribute :: Lens' EndpointInput (Maybe Text) Source #
In a classification problem, the attribute that represents the class probability.
endpointInput_endpointName :: Lens' EndpointInput Text Source #
An endpoint in customer's account which has enabled DataCaptureConfig
enabled.
endpointInput_localPath :: Lens' EndpointInput Text Source #
Path to the filesystem where the endpoint data is available to the container.