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.



11849
11850
11851
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11849

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

Instance Attribute Details

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

Corresponds to the JSON property datasets



11842
11843
11844
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11842

def datasets
  @datasets
end

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

Corresponds to the JSON property pipelines



11847
11848
11849
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11847

def pipelines
  @pipelines
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11854
11855
11856
11857
# File 'lib/google/apis/securitycenter_v1beta2/classes.rb', line 11854

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