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.
Implements
IMessageClientConnectionConfig, IEquatableClientConnectionConfig, IDeepCloneableClientConnectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |