Package com.cloudera.cdp.ml.api
Class MlClientBuilder
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class MlClientBuilder
extends CdpClientBuilder<MlClientBuilder>
This class can be used to build a MlClient object.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Return the client object with all the configurations provided.static MlClientBuilderReturn a builder with all the default configuration settings.static MlClientReturn the client with all the default configuration settings.self()Gets the builder.Methods inherited from class com.cloudera.cdp.client.CdpClientBuilder
getCdpClientConfiguration, getCdpCredentials, getCdpEndPoint, withCdpRegion, withClientConfiguration, withCredentials, withEndPoint
-
Method Details
-
defaultClient
Return the client with all the default configuration settings.- Returns:
- MlClient
-
defaultBuilder
Return a builder with all the default configuration settings. The settings can then be customized as needed.- Returns:
- MlClientBuilder
-
build
Return the client object with all the configurations provided.- Returns:
- MlClient
-
self
Description copied from class:CdpClientBuilderGets the builder.- Specified by:
selfin classCdpClientBuilder<MlClientBuilder>- Returns:
- the builder
-