| 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.Model
Description
Synopsis
- data Model = Model' {
- containers :: Maybe [ContainerDefinition]
- creationTime :: Maybe POSIX
- enableNetworkIsolation :: Maybe Bool
- executionRoleArn :: Maybe Text
- inferenceExecutionConfig :: Maybe InferenceExecutionConfig
- modelArn :: Maybe Text
- modelName :: Maybe Text
- primaryContainer :: Maybe ContainerDefinition
- tags :: Maybe [Tag]
- vpcConfig :: Maybe VpcConfig
- newModel :: Model
- model_containers :: Lens' Model (Maybe [ContainerDefinition])
- model_creationTime :: Lens' Model (Maybe UTCTime)
- model_enableNetworkIsolation :: Lens' Model (Maybe Bool)
- model_executionRoleArn :: Lens' Model (Maybe Text)
- model_inferenceExecutionConfig :: Lens' Model (Maybe InferenceExecutionConfig)
- model_modelArn :: Lens' Model (Maybe Text)
- model_modelName :: Lens' Model (Maybe Text)
- model_primaryContainer :: Lens' Model (Maybe ContainerDefinition)
- model_tags :: Lens' Model (Maybe [Tag])
- model_vpcConfig :: Lens' Model (Maybe VpcConfig)
Documentation
The properties of a model as returned by the Search API.
See: newModel smart constructor.
Constructors
| Model' | |
Fields
| |
Instances
Create a value of Model 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:containers:Model', model_containers - The containers in the inference pipeline.
$sel:creationTime:Model', model_creationTime - A timestamp that indicates when the model was created.
$sel:enableNetworkIsolation:Model', model_enableNetworkIsolation - Isolates the model container. No inbound or outbound network calls can
be made to or from the model container.
$sel:executionRoleArn:Model', model_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for
the model.
$sel:inferenceExecutionConfig:Model', model_inferenceExecutionConfig - Undocumented member.
$sel:modelArn:Model', model_modelArn - The Amazon Resource Name (ARN) of the model.
$sel:modelName:Model', model_modelName - The name of the model.
$sel:primaryContainer:Model', model_primaryContainer - Undocumented member.
$sel:tags:Model', model_tags - A list of key-value pairs associated with the model. For more
information, see
Tagging Amazon Web Services resources
in the Amazon Web Services General Reference Guide.
$sel:vpcConfig:Model', model_vpcConfig - Undocumented member.
model_containers :: Lens' Model (Maybe [ContainerDefinition]) Source #
The containers in the inference pipeline.
model_creationTime :: Lens' Model (Maybe UTCTime) Source #
A timestamp that indicates when the model was created.
model_enableNetworkIsolation :: Lens' Model (Maybe Bool) Source #
Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
model_executionRoleArn :: Lens' Model (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
model_inferenceExecutionConfig :: Lens' Model (Maybe InferenceExecutionConfig) Source #
Undocumented member.
model_primaryContainer :: Lens' Model (Maybe ContainerDefinition) Source #
Undocumented member.
model_tags :: Lens' Model (Maybe [Tag]) Source #
A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.