AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ModelClientConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ModelClientConfig

The ModelClientConfig type exposes the following members

Constructors

NameDescription
Public Method ModelClientConfig()

Properties

NameTypeDescription
Public Property InvocationsMaxRetries System.Int32

Gets and sets the property InvocationsMaxRetries.

The maximum number of retries when invocation requests are failing. The default value is 3.

Public Property InvocationsTimeoutInSeconds System.Int32

Gets and sets the property InvocationsTimeoutInSeconds.

The timeout value in seconds for an invocation request. The default value is 600.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5