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 ExternalModel = ExternalModel' {
- modelEndpoint :: Maybe Text
- modelSource :: Maybe ModelSource
- lastUpdatedTime :: Maybe Text
- arn :: Maybe Text
- createdTime :: Maybe Text
- modelEndpointStatus :: Maybe ModelEndpointStatus
- outputConfiguration :: Maybe ModelOutputConfiguration
- invokeModelEndpointRoleArn :: Maybe Text
- inputConfiguration :: Maybe ModelInputConfiguration
- newExternalModel :: ExternalModel
- externalModel_modelEndpoint :: Lens' ExternalModel (Maybe Text)
- externalModel_modelSource :: Lens' ExternalModel (Maybe ModelSource)
- externalModel_lastUpdatedTime :: Lens' ExternalModel (Maybe Text)
- externalModel_arn :: Lens' ExternalModel (Maybe Text)
- externalModel_createdTime :: Lens' ExternalModel (Maybe Text)
- externalModel_modelEndpointStatus :: Lens' ExternalModel (Maybe ModelEndpointStatus)
- externalModel_outputConfiguration :: Lens' ExternalModel (Maybe ModelOutputConfiguration)
- externalModel_invokeModelEndpointRoleArn :: Lens' ExternalModel (Maybe Text)
- externalModel_inputConfiguration :: Lens' ExternalModel (Maybe ModelInputConfiguration)
Documentation
data ExternalModel Source #
The Amazon SageMaker model.
See: newExternalModel
smart constructor.
ExternalModel' | |
|
Instances
newExternalModel :: ExternalModel Source #
Create a value of ExternalModel
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:modelEndpoint:ExternalModel'
, externalModel_modelEndpoint
- The Amazon SageMaker model endpoints.
$sel:modelSource:ExternalModel'
, externalModel_modelSource
- The source of the model.
$sel:lastUpdatedTime:ExternalModel'
, externalModel_lastUpdatedTime
- Timestamp of when the model was last updated.
$sel:arn:ExternalModel'
, externalModel_arn
- The model ARN.
$sel:createdTime:ExternalModel'
, externalModel_createdTime
- Timestamp of when the model was last created.
$sel:modelEndpointStatus:ExternalModel'
, externalModel_modelEndpointStatus
- The Amazon Fraud Detector status for the external model endpoint
$sel:outputConfiguration:ExternalModel'
, externalModel_outputConfiguration
- The output configuration.
$sel:invokeModelEndpointRoleArn:ExternalModel'
, externalModel_invokeModelEndpointRoleArn
- The role used to invoke the model.
$sel:inputConfiguration:ExternalModel'
, externalModel_inputConfiguration
- The input configuration.
externalModel_modelEndpoint :: Lens' ExternalModel (Maybe Text) Source #
The Amazon SageMaker model endpoints.
externalModel_modelSource :: Lens' ExternalModel (Maybe ModelSource) Source #
The source of the model.
externalModel_lastUpdatedTime :: Lens' ExternalModel (Maybe Text) Source #
Timestamp of when the model was last updated.
externalModel_arn :: Lens' ExternalModel (Maybe Text) Source #
The model ARN.
externalModel_createdTime :: Lens' ExternalModel (Maybe Text) Source #
Timestamp of when the model was last created.
externalModel_modelEndpointStatus :: Lens' ExternalModel (Maybe ModelEndpointStatus) Source #
The Amazon Fraud Detector status for the external model endpoint
externalModel_outputConfiguration :: Lens' ExternalModel (Maybe ModelOutputConfiguration) Source #
The output configuration.
externalModel_invokeModelEndpointRoleArn :: Lens' ExternalModel (Maybe Text) Source #
The role used to invoke the model.
externalModel_inputConfiguration :: Lens' ExternalModel (Maybe ModelInputConfiguration) Source #
The input configuration.