agent-claw: automated task changes
This commit is contained in:
6
cdk/node_modules/aws-cdk-lib/aws-eks-v2/lib/private/nodegroup.d.ts
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk-lib/aws-eks-v2/lib/private/nodegroup.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { InstanceType } from '../../../aws-ec2';
|
||||
/**
|
||||
* This function check if the instanceType is GPU instance.
|
||||
* @param instanceType The EC2 instance type
|
||||
*/
|
||||
export declare function isGpuInstanceType(instanceType: InstanceType): boolean;
|
||||
Reference in New Issue
Block a user