| 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.ResourceSpec
Description
Synopsis
- data ResourceSpec = ResourceSpec' {}
 - newResourceSpec :: ResourceSpec
 - resourceSpec_instanceType :: Lens' ResourceSpec (Maybe AppInstanceType)
 - resourceSpec_lifecycleConfigArn :: Lens' ResourceSpec (Maybe Text)
 - resourceSpec_sageMakerImageArn :: Lens' ResourceSpec (Maybe Text)
 - resourceSpec_sageMakerImageVersionArn :: Lens' ResourceSpec (Maybe Text)
 
Documentation
data ResourceSpec Source #
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
See: newResourceSpec smart constructor.
Constructors
| ResourceSpec' | |
Fields 
  | |
Instances
newResourceSpec :: ResourceSpec Source #
Create a value of ResourceSpec 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:instanceType:ResourceSpec', resourceSpec_instanceType - The instance type that the image version runs on.
JupyterServer apps only support the system value.
For KernelGateway apps, the system value is translated to
 ml.t3.medium. KernelGateway apps also support all other values for
 available instance types.
$sel:lifecycleConfigArn:ResourceSpec', resourceSpec_lifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration attached
 to the Resource.
$sel:sageMakerImageArn:ResourceSpec', resourceSpec_sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.
$sel:sageMakerImageVersionArn:ResourceSpec', resourceSpec_sageMakerImageVersionArn - The ARN of the image version created on the instance.
resourceSpec_instanceType :: Lens' ResourceSpec (Maybe AppInstanceType) Source #
The instance type that the image version runs on.
JupyterServer apps only support the system value.
For KernelGateway apps, the system value is translated to
 ml.t3.medium. KernelGateway apps also support all other values for
 available instance types.
resourceSpec_lifecycleConfigArn :: Lens' ResourceSpec (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
resourceSpec_sageMakerImageArn :: Lens' ResourceSpec (Maybe Text) Source #
The ARN of the SageMaker image that the image version belongs to.
resourceSpec_sageMakerImageVersionArn :: Lens' ResourceSpec (Maybe Text) Source #
The ARN of the image version created on the instance.