class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AiModel
Contains information about the AI model associated with the finding.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @deployment_platform = args[:deployment_platform] if args.key?(:deployment_platform) @display_name = args[:display_name] if args.key?(:display_name) @domain = args[:domain] if args.key?(:domain) @library = args[:library] if args.key?(:library) @location = args[:location] if args.key?(:location) @name = args[:name] if args.key?(:name) @publisher = args[:publisher] if args.key?(:publisher) end