Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.SageMakerRuntimeBaseClientBuilder
-
Packages that use SageMakerRuntimeBaseClientBuilder Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker runtime API. -
-
Uses of SageMakerRuntimeBaseClientBuilder in software.amazon.awssdk.services.sagemakerruntime
Classes in software.amazon.awssdk.services.sagemakerruntime with type parameters of type SageMakerRuntimeBaseClientBuilder Modifier and Type Interface Description interfaceSageMakerRuntimeBaseClientBuilder<B extends SageMakerRuntimeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SageMaker Runtime that is supported by bothSageMakerRuntimeClientBuilderandSageMakerRuntimeAsyncClientBuilder.Subinterfaces of SageMakerRuntimeBaseClientBuilder in software.amazon.awssdk.services.sagemakerruntime Modifier and Type Interface Description interfaceSageMakerRuntimeAsyncClientBuilderA builder for creating an instance ofSageMakerRuntimeAsyncClient.interfaceSageMakerRuntimeClientBuilderA builder for creating an instance ofSageMakerRuntimeClient.
-