Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FasterDeploymentConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Configuration for faster model deployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FasterDeploymentConfig

Returns a new instance of GoogleCloudAiplatformV1beta1FasterDeploymentConfig.



9936
9937
9938
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9936

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fast_tryout_enabledBoolean Also known as: fast_tryout_enabled?

If true, enable fast tryout feature for this deployed model. Corresponds to the JSON property fastTryoutEnabled

Returns:

  • (Boolean)


9933
9934
9935
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9933

def fast_tryout_enabled
  @fast_tryout_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9941
9942
9943
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9941

def update!(**args)
  @fast_tryout_enabled = args[:fast_tryout_enabled] if args.key?(:fast_tryout_enabled)
end