Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.SageMaker.Types.EndpointInput
Description
Synopsis
- data EndpointInput = EndpointInput' {
- endTimeOffset :: Maybe Text
- featuresAttribute :: Maybe Text
- inferenceAttribute :: Maybe Text
- probabilityAttribute :: Maybe Text
- probabilityThresholdAttribute :: Maybe Double
- s3DataDistributionType :: Maybe ProcessingS3DataDistributionType
- s3InputMode :: Maybe ProcessingS3InputMode
- startTimeOffset :: Maybe Text
- endpointName :: Text
- localPath :: Text
- newEndpointInput :: Text -> Text -> EndpointInput
- endpointInput_endTimeOffset :: Lens' EndpointInput (Maybe Text)
- endpointInput_featuresAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_inferenceAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_probabilityAttribute :: Lens' EndpointInput (Maybe Text)
- endpointInput_probabilityThresholdAttribute :: Lens' EndpointInput (Maybe Double)
- endpointInput_s3DataDistributionType :: Lens' EndpointInput (Maybe ProcessingS3DataDistributionType)
- endpointInput_s3InputMode :: Lens' EndpointInput (Maybe ProcessingS3InputMode)
- endpointInput_startTimeOffset :: 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.
Constructors
EndpointInput' | |
Fields
|
Instances
Arguments
:: Text | |
-> Text | |
-> EndpointInput |
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: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:featuresAttribute:EndpointInput'
, endpointInput_featuresAttribute
- The attributes of the input data that are the input features.
$sel:inferenceAttribute:EndpointInput'
, endpointInput_inferenceAttribute
- The attribute of the input data that represents the ground truth label.
$sel:probabilityAttribute:EndpointInput'
, endpointInput_probabilityAttribute
- In a classification problem, the attribute that represents the class
probability.
$sel:probabilityThresholdAttribute:EndpointInput'
, endpointInput_probabilityThresholdAttribute
- The threshold for the class probability to be evaluated as a positive
result.
$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: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_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_featuresAttribute :: Lens' EndpointInput (Maybe Text) Source #
The attributes of the input data that are the input features.
endpointInput_inferenceAttribute :: Lens' EndpointInput (Maybe Text) Source #
The attribute of the input data that represents the ground truth label.
endpointInput_probabilityAttribute :: Lens' EndpointInput (Maybe Text) Source #
In a classification problem, the attribute that represents the class probability.
endpointInput_probabilityThresholdAttribute :: Lens' EndpointInput (Maybe Double) Source #
The threshold for the class probability to be evaluated as a positive result.
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_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.