class Aws::SageMaker::Types::ModelClientConfig

Configures the timeout and maximum number of retries for processing a transform job invocation.

@note When making an API call, you may pass ModelClientConfig

data as a hash:

    {
      invocations_timeout_in_seconds: 1,
      invocations_max_retries: 1,
    }

@!attribute [rw] invocations_timeout_in_seconds

The timeout value in seconds for an invocation request.
@return [Integer]

@!attribute [rw] invocations_max_retries

The maximum number of retries when invocation requests are failing.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelClientConfig AWS API Documentation

Constants

SENSITIVE