@Generated(value="software.amazon.awssdk:codegen") public final class InstanceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceConfig.Builder,InstanceConfig>
Configures the resource instances to use while running the Amazon Braket hybrid job on Amazon Braket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instanceCount()
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket.
|
InstanceType |
instanceType()
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
String |
instanceTypeAsString()
Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceConfig.Builder> |
serializableBuilderClass() |
InstanceConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
volumeSizeInGb()
The size of the storage volume, in GB, that user wants to provision.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer instanceCount()
Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
public final InstanceType instanceType()
Configures the type resource instances to use while running an Amazon Braket hybrid job.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final String instanceTypeAsString()
Configures the type resource instances to use while running an Amazon Braket hybrid job.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final Integer volumeSizeInGb()
The size of the storage volume, in GB, that user wants to provision.
public InstanceConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceConfig.Builder,InstanceConfig>public static InstanceConfig.Builder builder()
public static Class<? extends InstanceConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.