Class: Google::Cloud::AIPlatform::V1::ClientConnectionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/endpoint.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#inference_timeout::Google::Protobuf::Duration

Returns Customizable online prediction request timeout.

Returns:



379
380
381
382
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 379

class ClientConnectionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end