Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelConfig
- 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
This message contains configs of a publisher model.
Instance Attribute Summary collapse
-
#logging_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig
Configuration for logging request-response to a BigQuery table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1PublisherModelConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelConfig
Returns a new instance of GoogleCloudAiplatformV1beta1PublisherModelConfig.
40467 40468 40469 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#logging_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig
Configuration for logging request-response to a BigQuery table.
Corresponds to the JSON property loggingConfig
40465 40466 40467 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40465 def logging_config @logging_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40472 40473 40474 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40472 def update!(**args) @logging_config = args[:logging_config] if args.key?(:logging_config) end |