Class: Google::Apis::SecuritycenterV1beta1::VertexAi

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VertexAi

Returns a new instance of VertexAi.



12530
12531
12532
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12530

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

Instance Attribute Details

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

Corresponds to the JSON property datasets



12523
12524
12525
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12523

def datasets
  @datasets
end

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

Corresponds to the JSON property pipelines



12528
12529
12530
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12528

def pipelines
  @pipelines
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12535
12536
12537
12538
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12535

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