Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootDataProviderOutput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootDataProviderOutput

Returns a new instance of LearningGenaiRootDataProviderOutput.



32402
32403
32404
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32402

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

Instance Attribute Details

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


32395
32396
32397
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32395

def name
  @name
end

#statusGoogle::Apis::AiplatformV1beta1::UtilStatusProto

Wire-format for a Status object Corresponds to the JSON property status



32400
32401
32402
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32400

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32407
32408
32409
32410
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32407

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