Class: Google::Cloud::AIPlatform::V1::DeployRequest::DeployConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployRequest::DeployConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb
Overview
The deploy config to use for the deployment.
Defined Under Namespace
Classes: SystemLabelsEntry
Instance Attribute Summary collapse
-
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
Optional.
-
#fast_tryout_enabled ⇒ ::Boolean
Optional.
-
#system_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
Instance Attribute Details
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
Returns Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
144 145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 144 class DeployConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SystemLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fast_tryout_enabled ⇒ ::Boolean
Returns Optional. If true, enable the QMT fast tryout feature for this model if possible.
144 145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 144 class DeployConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SystemLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#system_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
144 145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 144 class DeployConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class SystemLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |