class Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2VertexAi

Vertex AI-related information associated with the finding.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @datasets = args[:datasets] if args.key?(:datasets)
  @pipelines = args[:pipelines] if args.key?(:pipelines)
end