Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UpdateEndpointWeightsAndCapacitiesRequest.Builder
-
Packages that use UpdateEndpointWeightsAndCapacitiesRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateEndpointWeightsAndCapacitiesRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type UpdateEndpointWeightsAndCapacitiesRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEndpointWeightsAndCapacitiesResponse>SageMakerAsyncClient. updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint.default UpdateEndpointWeightsAndCapacitiesResponseSageMakerClient. updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. -
Uses of UpdateEndpointWeightsAndCapacitiesRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UpdateEndpointWeightsAndCapacitiesRequest.Builder Modifier and Type Method Description static UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest. builder()UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. desiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)An object that provides new capacity and weight values for a variant.UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. desiredWeightsAndCapacities(Consumer<DesiredWeightAndCapacity.Builder>... desiredWeightsAndCapacities)An object that provides new capacity and weight values for a variant.UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. desiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)An object that provides new capacity and weight values for a variant.UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. endpointName(String endpointName)The name of an existing SageMaker endpoint.UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateEndpointWeightsAndCapacitiesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEndpointWeightsAndCapacitiesRequest.Builder>UpdateEndpointWeightsAndCapacitiesRequest. serializableBuilderClass()
-