Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelClientConfig
-
Packages that use ModelClientConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelClientConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelClientConfig Modifier and Type Method Description ModelClientConfigCreateTransformJobRequest. modelClientConfig()Configures the timeout and maximum number of retries for processing a transform job invocation.ModelClientConfigDescribeTransformJobResponse. modelClientConfig()The timeout and maximum number of retries for processing a transform job invocation.ModelClientConfigTransformJob. modelClientConfig()Returns the value of the ModelClientConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelClientConfig Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. modelClientConfig(ModelClientConfig modelClientConfig)Configures the timeout and maximum number of retries for processing a transform job invocation.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. modelClientConfig(ModelClientConfig modelClientConfig)The timeout and maximum number of retries for processing a transform job invocation.TransformJob.BuilderTransformJob.Builder. modelClientConfig(ModelClientConfig modelClientConfig)Sets the value of the ModelClientConfig property for this object.
-