Class: Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::DeployGke
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PublisherModel::CallToAction::DeployGke
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/publisher_model.rb
Overview
Configurations for PublisherModel GKE deployment
Instance Attribute Summary collapse
-
#gke_yaml_configs ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#gke_yaml_configs ⇒ ::Array<::String>
Returns Optional. GKE deployment configuration in yaml format.
277 278 279 280 |
# File 'proto_docs/google/cloud/aiplatform/v1/publisher_model.rb', line 277 class DeployGke include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |