Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateModelCardRequest
-
Packages that use UpdateModelCardRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdateModelCardRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdateModelCardRequest Modifier and Type Method Description default CompletableFuture<UpdateModelCardResponse>
SageMakerAsyncClient. updateModelCard(UpdateModelCardRequest updateModelCardRequest)
Update an Amazon SageMaker Model Card.default UpdateModelCardResponse
SageMakerClient. updateModelCard(UpdateModelCardRequest updateModelCardRequest)
Update an Amazon SageMaker Model Card. -
Uses of UpdateModelCardRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdateModelCardRequest Modifier and Type Method Description SdkHttpFullRequest
UpdateModelCardRequestMarshaller. marshall(UpdateModelCardRequest updateModelCardRequest)
-