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
185 186 187 188 189 190 191 192 193 194 195 196 197 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 185 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
185 186 187 188 189 190 191 192 193 194 195 196 197 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 185 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}
185 186 187 188 189 190 191 192 193 194 195 196 197 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 185 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 |