Class: Google::Apis::SecuritycenterV1beta2::VertexAi

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta2/classes.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb,
lib/google/apis/securitycenter_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VertexAi

Returns a new instance of VertexAi.



11427
11428
11429
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11427

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

Instance Attribute Details

#datasetsArray<Google::Apis::SecuritycenterV1beta2::Dataset>

Corresponds to the JSON property datasets



11420
11421
11422
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11420

def datasets
  @datasets
end

#pipelinesArray<Google::Apis::SecuritycenterV1beta2::Pipeline>

Corresponds to the JSON property pipelines



11425
11426
11427
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11425

def pipelines
  @pipelines
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11432
11433
11434
11435
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11432

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