Skip to content

/AWS1/CL_BRKINSTANCECONFIG

Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_INSTANCETYPE TYPE /AWS1/BRKINSTANCETYPE /AWS1/BRKINSTANCETYPE

Configures the type resource instances to use while running an Amazon Braket hybrid job.

IV_VOLUMESIZEINGB TYPE /AWS1/BRKINTEGER /AWS1/BRKINTEGER

The size of the storage volume, in GB, that user wants to provision.

Optional arguments:

IV_INSTANCECOUNT TYPE /AWS1/BRKINTEGER /AWS1/BRKINTEGER

Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.


Queryable Attributes

instanceType

Configures the type resource instances to use while running an Amazon Braket hybrid job.

Accessible with the following methods

Method Description
GET_INSTANCETYPE() Getter for INSTANCETYPE, with configurable default
ASK_INSTANCETYPE() Getter for INSTANCETYPE w/ exceptions if field has no value
HAS_INSTANCETYPE() Determine if INSTANCETYPE has a value

volumeSizeInGb

The size of the storage volume, in GB, that user wants to provision.

Accessible with the following methods

Method Description
GET_VOLUMESIZEINGB() Getter for VOLUMESIZEINGB, with configurable default
ASK_VOLUMESIZEINGB() Getter for VOLUMESIZEINGB w/ exceptions if field has no valu
HAS_VOLUMESIZEINGB() Determine if VOLUMESIZEINGB has a value

instanceCount

Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.

Accessible with the following methods

Method Description
GET_INSTANCECOUNT() Getter for INSTANCECOUNT, with configurable default
ASK_INSTANCECOUNT() Getter for INSTANCECOUNT w/ exceptions if field has no value
HAS_INSTANCECOUNT() Determine if INSTANCECOUNT has a value