| 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.EndpointInfo
Description
Synopsis
Documentation
data EndpointInfo Source #
Details about a customer endpoint that was compared in an Inference Recommender job.
See: newEndpointInfo smart constructor.
Constructors
| EndpointInfo' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> EndpointInfo |
Create a value of EndpointInfo 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:EndpointInfo', endpointInfo_endpointName - The name of a customer's endpoint.
endpointInfo_endpointName :: Lens' EndpointInfo Text Source #
The name of a customer's endpoint.