Class: Google::Cloud::AIPlatform::V1::FasterDeploymentConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FasterDeploymentConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint.rb
Overview
Configuration for faster model deployment.
Instance Attribute Summary collapse
-
#fast_tryout_enabled ⇒ ::Boolean
If true, enable fast tryout feature for this deployed model.
Instance Attribute Details
#fast_tryout_enabled ⇒ ::Boolean
Returns If true, enable fast tryout feature for this deployed model.
338 339 340 341 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 338 class FasterDeploymentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |