AcceleratorClass
- class aws_cdk.aws_stepfunctions_tasks.AcceleratorClass(*args: Any, **kwargs)
Bases:
object
The generation of Elastic Inference (EI) instance.
- See:
https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_stepfunctions_tasks as stepfunctions_tasks accelerator_class = stepfunctions_tasks.AcceleratorClass.of("version")
Attributes
- EIA1 = <aws_cdk.aws_stepfunctions_tasks.AcceleratorClass object>
- EIA2 = <aws_cdk.aws_stepfunctions_tasks.AcceleratorClass object>
- version
Elastic Inference accelerator generation.
Static Methods
- classmethod of(version)
Custom AcceleratorType.
- Parameters:
version (
str
) –Elastic Inference accelerator generation.
- Return type: