Cloud AI Platform v1beta1 API - Class ClientConnectionConfig (1.0.0-beta09)

public sealed class ClientConnectionConfig : IMessage<ClientConnectionConfig>, IEquatable<ClientConnectionConfig>, IDeepCloneable<ClientConnectionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ClientConnectionConfig.

Configurations (e.g. inference timeout) that are applied on your endpoints.

Inheritance

object > ClientConnectionConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ClientConnectionConfig()

public ClientConnectionConfig()

ClientConnectionConfig(ClientConnectionConfig)

public ClientConnectionConfig(ClientConnectionConfig other)
Parameter
Name Description
other ClientConnectionConfig

Properties

InferenceTimeout

public Duration InferenceTimeout { get; set; }

Customizable online prediction request timeout.

Property Value
Type Description
Duration