Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1XprofConfig

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

XprofConfig contains the configuration for managed XProf.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1XprofConfig

Returns a new instance of GoogleCloudAiplatformV1beta1XprofConfig.



69640
69641
69642
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 69640

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

Instance Attribute Details

#gcs_bucket_uriString

Required. User-owned Cloud Storage bucket (gs://) in the user project. Corresponds to the JSON property gcsBucketUri

Returns:

  • (String)


69638
69639
69640
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 69638

def gcs_bucket_uri
  @gcs_bucket_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



69645
69646
69647
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 69645

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