| 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.EndpointMetadata
Description
Synopsis
- data EndpointMetadata = EndpointMetadata' {}
- newEndpointMetadata :: Text -> EndpointMetadata
- endpointMetadata_endpointConfigName :: Lens' EndpointMetadata (Maybe Text)
- endpointMetadata_endpointStatus :: Lens' EndpointMetadata (Maybe EndpointStatus)
- endpointMetadata_failureReason :: Lens' EndpointMetadata (Maybe Text)
- endpointMetadata_endpointName :: Lens' EndpointMetadata Text
Documentation
data EndpointMetadata Source #
The metadata of the endpoint.
See: newEndpointMetadata smart constructor.
Constructors
| EndpointMetadata' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> EndpointMetadata |
Create a value of EndpointMetadata 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:endpointConfigName:EndpointMetadata', endpointMetadata_endpointConfigName - The name of the endpoint configuration.
$sel:endpointStatus:EndpointMetadata', endpointMetadata_endpointStatus - The status of the endpoint. For possible values of the status of an
endpoint, see EndpointSummary$EndpointStatus.
$sel:failureReason:EndpointMetadata', endpointMetadata_failureReason - If the status of the endpoint is Failed, or the status is InService
but update operation fails, this provides the reason why it failed.
$sel:endpointName:EndpointMetadata', endpointMetadata_endpointName - The name of the endpoint.
endpointMetadata_endpointConfigName :: Lens' EndpointMetadata (Maybe Text) Source #
The name of the endpoint configuration.
endpointMetadata_endpointStatus :: Lens' EndpointMetadata (Maybe EndpointStatus) Source #
The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.
endpointMetadata_failureReason :: Lens' EndpointMetadata (Maybe Text) Source #
If the status of the endpoint is Failed, or the status is InService
but update operation fails, this provides the reason why it failed.
endpointMetadata_endpointName :: Lens' EndpointMetadata Text Source #
The name of the endpoint.