Class: Google::Cloud::AIPlatform::V1::DeployRequest::DeployConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



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

Returns Optional. If true, enable the QMT fast tryout feature for this model if possible.

Returns:

  • (::Boolean)

    Optional. If true, enable the QMT fast tryout feature for this model if possible.



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}

Returns Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.



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