Class ComputeQuotaResourceConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ComputeQuotaResourceConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
@Generated("software.amazon.awssdk:codegen") public final class ComputeQuotaResourceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
Configuration of the resources used for the compute allocation definition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComputeQuotaResourceConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputeQuotaResourceConfig.Builderbuilder()Integercount()The number of instances to add to the instance group of a SageMaker HyperPod cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ClusterInstanceTypeinstanceType()The instance type of the instance group for the cluster.StringinstanceTypeAsString()The instance type of the instance group for the cluster.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ComputeQuotaResourceConfig.Builder>serializableBuilderClass()ComputeQuotaResourceConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instanceType
public final ClusterInstanceType instanceType()
The instance type of the instance group for the cluster.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnClusterInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type of the instance group for the cluster.
- See Also:
ClusterInstanceType
-
instanceTypeAsString
public final String instanceTypeAsString()
The instance type of the instance group for the cluster.
If the service returns an enum value that is not available in the current SDK version,
instanceTypewill returnClusterInstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceTypeAsString().- Returns:
- The instance type of the instance group for the cluster.
- See Also:
ClusterInstanceType
-
count
public final Integer count()
The number of instances to add to the instance group of a SageMaker HyperPod cluster.
- Returns:
- The number of instances to add to the instance group of a SageMaker HyperPod cluster.
-
toBuilder
public ComputeQuotaResourceConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComputeQuotaResourceConfig.Builder,ComputeQuotaResourceConfig>
-
builder
public static ComputeQuotaResourceConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComputeQuotaResourceConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-