Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FasterDeploymentConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FasterDeploymentConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Configuration for faster model deployment.
Instance Attribute Summary collapse
-
#fast_tryout_enabled ⇒ Boolean
(also: #fast_tryout_enabled?)
If true, enable fast tryout feature for this deployed model.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FasterDeploymentConfig
constructor
A new instance of GoogleCloudAiplatformV1FasterDeploymentConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FasterDeploymentConfig
Returns a new instance of GoogleCloudAiplatformV1FasterDeploymentConfig.
8847 8848 8849 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8847 def initialize(**args) update!(**args) end |
Instance Attribute Details
#fast_tryout_enabled ⇒ Boolean Also known as: fast_tryout_enabled?
If true, enable fast tryout feature for this deployed model.
Corresponds to the JSON property fastTryoutEnabled
8844 8845 8846 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8844 def fast_tryout_enabled @fast_tryout_enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8852 8853 8854 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8852 def update!(**args) @fast_tryout_enabled = args[:fast_tryout_enabled] if args.key?(:fast_tryout_enabled) end |