AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Braket.Model.InstanceConfig

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceConfig

The InstanceConfig type exposes the following members

Constructors

NameDescription
Public Method InstanceConfig()

Properties

NameTypeDescription
Public Property InstanceCount System.Int32

Gets and sets the property InstanceCount.

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

Public Property InstanceType Amazon.Braket.InstanceType

Gets and sets the property InstanceType.

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

Public Property VolumeSizeInGb System.Int32

Gets and sets the property VolumeSizeInGb.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5