Class ComputeQuotaTarget
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ComputeQuotaTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComputeQuotaTarget.Builder,ComputeQuotaTarget>
@Generated("software.amazon.awssdk:codegen") public final class ComputeQuotaTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComputeQuotaTarget.Builder,ComputeQuotaTarget>
The target entity to allocate compute resources to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComputeQuotaTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputeQuotaTarget.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfairShareWeight()Assigned entity fair-share weight.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ComputeQuotaTarget.Builder>serializableBuilderClass()StringteamName()Name of the team to allocate compute resources to.ComputeQuotaTarget.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
-
teamName
public final String teamName()
Name of the team to allocate compute resources to.
- Returns:
- Name of the team to allocate compute resources to.
-
fairShareWeight
public final Integer fairShareWeight()
Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when
FairShareis enabled.A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.
- Returns:
- Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned
weights. This weight is only used when
FairShareis enabled.A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.
-
toBuilder
public ComputeQuotaTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComputeQuotaTarget.Builder,ComputeQuotaTarget>
-
builder
public static ComputeQuotaTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComputeQuotaTarget.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
-
-