| 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.ModelDeployResult
Description
Documentation
data ModelDeployResult Source #
Provides information about the endpoint of the model deployment.
See: newModelDeployResult smart constructor.
Constructors
| ModelDeployResult' | |
Fields
| |
Instances
newModelDeployResult :: ModelDeployResult Source #
Create a value of ModelDeployResult 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:endpointName:ModelDeployResult', modelDeployResult_endpointName - The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.
modelDeployResult_endpointName :: Lens' ModelDeployResult (Maybe Text) Source #
The name of the endpoint to which the model has been deployed.
If model deployment fails, this field is omitted from the response.