Class: Google::Cloud::AIPlatform::V1::ClientConnectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ClientConnectionConfig
- 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
-
#inference_timeout ⇒ ::Google::Protobuf::Duration
Customizable online prediction request timeout.
Instance Attribute Details
#inference_timeout ⇒ ::Google::Protobuf::Duration
Returns Customizable online prediction request timeout.
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 |