Class: Google::Apis::AiplatformV1::LearningGenaiRootDataProviderOutput

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootDataProviderOutput

Returns a new instance of LearningGenaiRootDataProviderOutput.



30136
30137
30138
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30136

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

Instance Attribute Details

#nameString

Corresponds to the JSON property name

Returns:

  • (String)


30129
30130
30131
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30129

def name
  @name
end

#statusGoogle::Apis::AiplatformV1::UtilStatusProto

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



30134
30135
30136
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30134

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30141
30142
30143
30144
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30141

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