Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootDataProviderOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::LearningGenaiRootDataProviderOutput
- 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
-
#name ⇒ String
Corresponds to the JSON property
name. -
#status ⇒ Google::Apis::AiplatformV1beta1::UtilStatusProto
Wire-format for a Status object Corresponds to the JSON property
status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootDataProviderOutput
constructor
A new instance of LearningGenaiRootDataProviderOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LearningGenaiRootDataProviderOutput
Returns a new instance of LearningGenaiRootDataProviderOutput.
35446 35447 35448 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35446 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Corresponds to the JSON property name
35439 35440 35441 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35439 def name @name end |
#status ⇒ Google::Apis::AiplatformV1beta1::UtilStatusProto
Wire-format for a Status object
Corresponds to the JSON property status
35444 35445 35446 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35444 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35451 35452 35453 35454 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 35451 def update!(**args) @name = args[:name] if args.key?(:name) @status = args[:status] if args.key?(:status) end |