Model Args
fun ModelArgs(catalogId: Output<String>? = null, displayName: Output<String>? = null, dryRun: Output<Boolean>? = null, filteringOption: Output<ModelFilteringOption>? = null, location: Output<String>? = null, modelFeaturesConfig: Output<GoogleCloudRetailV2ModelModelFeaturesConfigArgs>? = null, name: Output<String>? = null, optimizationObjective: Output<String>? = null, periodicTuningState: Output<ModelPeriodicTuningState>? = null, project: Output<String>? = null, trainingState: Output<ModelTrainingState>? = null, type: Output<String>? = null)