Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ResourceSharingConfig.Builder
-
Packages that use ResourceSharingConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ResourceSharingConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ResourceSharingConfig.Builder Modifier and Type Method Description ResourceSharingConfig.BuilderResourceSharingConfig.Builder. borrowLimit(Integer borrowLimit)The limit on how much idle compute can be borrowed.The values can be 1 - 500 percent of idle compute that the team is allowed to borrow.static ResourceSharingConfig.BuilderResourceSharingConfig. builder()ResourceSharingConfig.BuilderResourceSharingConfig.Builder. strategy(String strategy)The strategy of how idle compute is shared within the cluster.ResourceSharingConfig.BuilderResourceSharingConfig.Builder. strategy(ResourceSharingStrategy strategy)The strategy of how idle compute is shared within the cluster.ResourceSharingConfig.BuilderResourceSharingConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ResourceSharingConfig.Builder Modifier and Type Method Description static Class<? extends ResourceSharingConfig.Builder>ResourceSharingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ResourceSharingConfig.Builder Modifier and Type Method Description default ComputeQuotaConfig.BuilderComputeQuotaConfig.Builder. resourceSharingConfig(Consumer<ResourceSharingConfig.Builder> resourceSharingConfig)Resource sharing configuration.
-